/*********************************
*              custom-anything.com CSS             *
*            (C) 2009 Adrian Testa-Avila            *
*********************************/

/*PAGE LAYOUT items*/
body{
	margin: 0;
	padding: 0;
	border: 0;
	border-left: 1em solid navy;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	background: white url('grid.jpg') no-repeat fixed top left;
	font-family: "times new roman", times, "palatino linotype", serif;
	}
#header{
	margin: 0;
	padding: 0;
	height: 50px;
	width: 550px;
	overflow: hidden;
	clear: both;
	}
#header img{
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100 !important;
	}
#left{
	position: absolute;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 200px;
	height: 100%;
	overflow: hidden;
	background: transparent;
	color: navy;
	margin: 0;
	padding: 0;
	}
#leftinwrap{
	margin: 4px;
	padding: 0;
	}
#main{
	position: fixed;
	top: 0; 
	left: 210px;
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: transparent;
	}
#maininwrap{
	width: 58em;
	margin: 1.5em;
	padding: 0;
	}

/*MENU items*/
#mainmenu{
	position: absolute;
	top: 20px;
	margin: 0;
	padding: 0;
	width: 175px;
	overflow: hidden;
	list-style: none;
	background: transparent;
	}
#mainmenu li{
	background: transparent;
	color: navy;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px;
	}
#mainmenu li a{
	text-decoration: none;
	}
#mainmenu li a:visited{
	color: navy;
	}
#mainmenu:hover li a{
	color: gray;
	}
#mainmenu:hover li:hover{
	border: 1px inset gray !important;
	}
#mainmenu:hover li:hover a{
	color: blue !important;
	}
	
/*ANCHOR items*/
a:link{
	color: navy;
	text-decoration: underline;
	}
a:hover{
	color: blue;
	text-decoration: underline;
	}
a:active{
	color: black;
	text-decoration: underline;
	}
a:visited{
	color: #800000; /*dark red*/
	text-decoration: underline;
	}

/*by ELEMENT*/
div{
	position: relative;
	}
h1{
	text-indent: 0;
	font-family: times, serif;
	font-size: x-large;
	color: navy;
	}
h2{
	text-indent: 0;
	font-family: times, serif;
	font-size: large;
	color: navy;
	}
h3{
	text-indent: 0;
	font-family: times, serif;
	font-size: medium;
	font-weight: bold;
	color: blue;
	}
img{
	border: 0;
	}
p{
	font-family: times, serif;
	font-size: medium;
	text-align: justify;
	text-indent: 2em;
	}

/*by element ID*/
#intro{
	margin: 6px;
	padding: 6px;
	}
#sitelinks{
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: arial, sans-serif;
	font-size: x-small;
	}

/*by element CLASS*/
div.box225{
	position: relative;
	margin: .6em;
	padding: .6em;
	height: auto;
	width: 22.5em;
	float: left;
	text-align: justify;
	}
div.section{
	margin: 0 auto;
	height:1px;
	width: 90%;
	background: gray;
	overflow: hidden;
	}
	
/*by CLASS*/
.a{
	font-family: arial, sans-serif;
	}
.ac{
	text-align: center;
	}
.b{
	font-weight: bold;
	}
.c{
	font-family: courier, "courier new", monospace;
	}
.clearb{
	clear: both;
	}
.fl{
	float: left;
	}
.gray{
	color: gray;
	}
.i{
	font-style: italic;
	}
.l{
	font-size: large;
	}
.m{
	font-size: medium;
	}
.fade50{
	opacity: 0.50;
	}
.p10{
	padding: 1em;
	}
.red{
	color: #800000; /*dark red*/
	}
.s{
	font-size: small;
	}
.xs{
	font-size: x-small;
	}