@import url(/css/software.css);
@import url(/css/gallery.css);
@import url(/css/tables.css);
@import url(/css/forms.css);

body {
  background-repeat: repeat-x;
  background-position: top left;
  background-image: url("images/blue_white_gr.jpg");
  background-color: #ffffff;
}

a 		{ text-decoration: underline; color: #05f; }
a:hover { text-decoration: underline; color: #03f; }
img 	{ border: 0px solid #eeeeee; }
li { font-family: Verdana; font-size: normal;}

#logo {
  position: absolute;
	top: 15px;
	left: 10px;
}

#logo img {
	border: none;
}

#logo a {
	text-decoration: none;
	border: none;
}	

#slogan {
	position: absolute;
	top: 15px;
	right: 22px;
	font-family: serif ;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #cccccc;
}

#navigation {
  position: absolute;
  top: 100px;
  left: 5px;
  width: 210px;
  background: #ffffff;
}

#navigation .buttons a {
	display: block;
	margin-bottom: 2px;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #0033cc;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 11px;
	background: #fafafa;
	text-decoration: none;
	text-align: left;
	border: 1px solid #eeeeee;
}

#navigation .buttons a:hover {
  background: #ffffff;
	border: 1px solid #dddddd;
}

#navigation .ad {
	background: #fafafa;
	border: 1px solid #eeeeee;
	padding: 15px;
	margin: 1px;
	text-align: center;
	font-size: small;
}

#content {
  position: absolute;
  top: 100px;
  left: 220px;
  right: 5px;
  background: #fafafa;
  padding: 40px;
  border: 1px solid #eeeeee;
  min-width: 400px;
}

#content p {
	font-family: sans-serif;
	font-size: x-small;
	text-indent: 25px;
}

#content h1 {
  	color: #39f;
 	 font-weight: bold;
	 font-size: large;
 	 font-family: serif;
}

#content h2 {
  color: #CC0000;
  font-weight: bold;
  font-size: medium;
  font-family: serif;
	text-transform: capitalize;
}

#content h3 {
  color: #F7BC5B;
  font-weight: bold;
  font-size: medium;
  font-family: serif;
}

#content hr {
	color: #eeeeee;
	background: #eeeeee;
	height: 1px;
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
}

#content br {
  	clear: both;
	color: silver;
	background: silver;
}

#footer a {
	float: left;
	color: #0033cc;
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
	font-family: sans-serif;
	border: 1px solid #eeeeee;
	background: #ffffff;
	margin-right: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	white-space: nowrap;
}

#footer a:hover {
  	background: #f6f6f6;
 	border: 1px solid #dddddd;	
}

#copyright {
	font-family : serif;
	font-size : 9px;
	text-align : center;
}

#email {
	font-family : Verdana;
	font-size : small;
	text-align : left;
}

#counter {
	position: absolute;
	top: 1450px;
	left: 30px;
	width: 160px;
}
