/* homestyle.css */
/* stylesheet for SAN Computer Service home page */
/* Frankie Bailey, 6/21/2008 */

body{
	margin:0; /* removes auto white margin space around page */
	padding:0;
	background-color:white; 
	font-family:Arial,Helvetica,sans-serif;
}
 
a:link{color:#6E81A2;} /* blue gray */
a:visited{color:#5A6060; /* gray */
	outline-style:none;
}

a:hover{color:#A12F51;} /* maroon */


/* page header */

#header{
	height:150px; 
	width:100%; 
	background-color:white;
	background-repeat:repeat-x;
	border-bottom:thin solid #A12F51; /* maroon */
}

img.logo{
	margin-left:75px; 
} 



#main{
	width:600px;
	position:absolute;
	left:350px;
	top:175px;
	
}



p,ul{
	font-size:14pt;
}

p.main{
	font-size:10pt;
}


#photo{
	float:right;
	border:thin solid #A12F51; /* maroon */
}

	


#sidebar{
	width:200px;
      	float:left;
	display:inline; /* assures proper alignment in AOL and versions of IE */
	position:absolute;
	left:150px;
	top:175px;
	
} 

p.bar{
	font-size:10pt;
	font-weight:bold;
	color:#5A6060; /* gray */
}	
	

img.bar{
	margin-bottom:10px; 
} 



p.credits{
	font-size:8pt;
	text-align:center;
	margin-top:10px;
}
	




