/* CSS Document */
/* ITC Server */
/* Developed by Tuncay Karaca */
/* All rights reserved */

/* Tag Selectors */
body {
	background-image: url(../img/bg/bgcolor.jpg);
}


blockquote {
	font-size: x-small;
	color: #666666;
}

a {
	color: #CC6600;
	text-decoration: none;
	text-indent: 25px;
}

a:hover {
	color: #0099FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CC6600;
	border-bottom-color: #CC6600;
}

/* ID Selectors */
#page {
	background-color: #FFFFFF;
	width: 760px;
	/* border: 1px dashed #90bade; */
	margin:1em auto;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	height: 200px;
	/*border: 1px dashed #90bade;*/
	background-image: url(../img/logo/itcserverheader1.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

#links {
	/*border: 1px dashed #90bade;*/
	text-indent: 25px; 	
	background-image: url(../img/logo/itcserverbg.jpg);
}


#main {
	/*border: 1px dashed #90bade;*/	
	text-indent: 25px;
	text-align: justify; 
	background-image: url(../img/logo/itcserverbg.jpg);
}

#footer {
	height: 60px;
	/*border: 1px dashed #90bade;*/
	margin-top: -20px;
	font-size: xx-small;
	color: #999999;
	text-align: center;
	background-image: url(../img/logo/itcserverfooter.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: 25px;
}

