/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Century Gothic, Helvetica, sans-serif;
 font-size: 13px;

}
#wrapper { 
 margin: 0 0 0 0;
 width: 100%;
}
#header {
 color: #333;
 width: 100%;
 height: 100px;
 background: #ffffff url("images/header.jpg") top left repeat-x;

}
#leftcolumn { 
float: left;
width: 200px;
margin: 0;
padding: 0;
}

#rightcolumn { 
margin-left: 240px;
margin-right:20px;
padding: 1em;
}


#pageleft {
	float: left;
	height:80px;
	width:500px;
}
#pageright {
	float: right;
	text-align:left;
	height:80px;
	margin-left:10px;
	padding-right:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:24px;
	color: #F90;
	font-weight:600;
}
#footer { 
 width: 98%;
 clear: both;
 color: #FFF;
 background: #F90;
 margin: 10px 10px 0px 0px;
 padding: 10px;
 text-align:center;
 font-weight:600;
}
#nav {
width: 300px;	  
}
.clear { clear: both; background: none; }
a:link img { border: 0px }
a:visited img { border: 0px }
a:active img { border: 0px }

img.left {
	float:left;
}
img.right {
	float:right;
	padding-left: 10px;
}
.clearright {clear:right}
.block1	{
	padding-bottom: 10px;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 11pt;
}
.block2	{
	padding-bottom: 10px;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 600;
}
#SanMarcosComputers, a {
	font-size:9px;
	color:#666;
	text-align:center;
	padding-top:10px;
}

#navcontainer {
	padding-bottom: 20px;
}
#navlist li {
display: inline;
list-style-type: none;
padding-right: 20px;
}
ul#navlist li a:hover {
color: #ffffff;
background-color: #F60;
}
ul#navlist li a:acive; {
color: #ffffff;
background-color: #F60;
}
