/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #999;	
	background-image:url(../images/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

a {
	color:#999999;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

textarea,input {
	color:#666666;
}

#title {
	height:80px;
	text-align:center;
	background-image:url(../images/logo2.png);
	background-repeat:no-repeat;
	background-position:center;
}

#title h1 {
	text-align:center;
	margin-top:-10px;
}

#subheader {
	padding:5px; 
	text-align:center;
	font-size:14px;
	font-variant: small-caps;
	letter-spacing:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#subheader form {
	margin-top:15px;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:980px;
	margin:10px auto 0 auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:270px;
	float:right;
	padding:10px;
	margin-right:20px;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #CCC;
}

#sidebar p {
	line-height:20px;
}


/* THE MENU */

#menu {
	text-align:center;
	margin-top:10px;
	margin-right:20px;
}

#menu a {
	color:#999999;
	background-image:url(../images/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:20px;
	line-height:15px;
	text-decoration:none;
	font-size:14px;
}

#menu a:hover {
	color:#cccccc;
	background-image:url(../images/a_hover.jpg);
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	margin-top:20px;
	background-repeat:repeat-y;
	width:977px;
}

#content p {
	line-height:20px;
	text-indent:15px;
}

#content-image {
	margin-top:20px;
	margin-left:-10px;
	background-repeat:repeat-y;
	width:680px;
}

#content-image p {
	line-height:20px;
	text-indent:15px;
}


.borderit img{
border: 1px solid #fff;
padding:3px;
}

.borderit:hover img{
border: 1px solid #CCC;
padding:3px;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}

/* THE FOOTER */

#footer {
	padding:10px;
	text-align:center;
	position: absolute;
	bottom:0;
	width:98%;
}


