/*Desing & Development
www.PcProOnCall.com*/

* {
		margin: 0;
		padding: 0;}

#main {
		background-color: #E6E2AF;
		font-family: Verdana, Arial, serif;
		}

#header{
		background-image:url(logo.gif);
		background-position:left;
		background-repeat: no-repeat;
		margin-top: 0px;
		width: 100%;
		height: 82px;
		}
			
#center{
		margin: 0 auto;
		width: 1024px;}

#container {
		background-color: #a7a37e;
		text-align: left;
		width: 100%;
		height: 400px;
		font-family: Verdana, Arial, serif;
		}
		
		
/****NAVIGATION BAR**********/


ul.linklist {
		padding-top: 20px;
		color: #EFECCA;
		margin: 0px; 
        width: 150px;
		font-size: 11px;
		list-style-type:none;
		}

ul.linklist li{
		border-bottom:1px solid #EFECCA;
		}

ul.linklist a{
		color: #EFECCA;
		display:block;
		text-decoration:none;
		width:100%;
		padding: 1px;
		padding-left: 20px;
		}

ul.linklist a:visited{
		color: #EFECCA;
		text-decoration:none;}

ul.linklist a:hover{
		background-color: #E6E2AF;
		color: #002f2f;
		text-decoration:none;}


a:first-letter {color:#002F2F;}
		
/****************/		


/****CONTAINERS**********************/

#navigation{
		float:left;
		width:150px;
		}

#extra{ 
		padding: 15px 10px 10px 10px;
		font-size: 12px;
		color: #E6E2AF;
		display: inline;
		background:#046380;
		float:right;
		width:140px;
		height:375px;
		margin-top: -400px;
		}

#content{
		padding: 10px 10px 10px 10px;
		/*border-left: 2px solid #002F2F;*/
		border-right: 2px solid #002F2F;
		margin: 0 160px;
		font-size: 12px;
		height: 380px;
		line-height:1.4em;
		}

#content li{
		font-size: 11px;
/*		font-weight: bold;*/
		list-style: none;}

#content li:first-letter {
		color:#EFECCA;}
		
#content p{
		font-size: 11px;
		color: #002F2F;}

#content h3{
		font-size: 13px;
		margin: 5px 0px 5px 0px;
		color: #EFECCA;}

/***************FOOTER*****************/

	
#address{
		
		float: left;
		font-size: 10px;}

#footer{
		color: #a7a37e;
		margin: 10px 20px 0px 20px;
		font-size:10px;
		text-align: right;}

#footer a{
		color: #002F2F;
		text-decoration: none;}
		
#footer a:hover{
		color: white;
		text-decoration: line-through;}
		
		 


