/*
      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: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#wrapper {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	color: #333;
	width: 765px;
	float: none;
	height: 252px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #000;
}
.header {
	background-image: url(images/lay03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#navigation {
	float: none;
	width: 755px;
	color: #CCC;
	background-color: #313131;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
	height: 21px;
}
#navigation #navim1 {
	float: left;
	width: 609px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#navigation #navim2 {
	float: right;
	width: 145px;
}


#leftcolumn {
	width: 158px;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #313131;
	color: #CCC;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#rightcolumn {
	float: left;
	color: #CCC;
	width: 567px;
	display: inline;
	background-color: #313131;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 15px;
}
#footer {
	width: 755px;
	clear: both;
	color: #333;
	padding: 5px;
	background-color: #97bf0d;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	font-size: 9px;
}
.linea {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #98BF0E;
	text-transform: uppercase;
}
.linea2 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC0;
	text-transform: uppercase;
	width: 300px;
}

A:link,A:visited,A:active {
	color:#9C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

A:hover {
	text-decoration:none;
	color:#FC0;
}strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FDD828;
	font-style: normal;
}
.resaltar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.table {
	background-color: #666;
	text-align: justify;
	color: #CCC;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	width: 480px;
	padding: 2px;
}
li {
	margin-left: 25px;
	font-size: 10px;
}
