html {
	min-width: 760px;
}

a {
	text-decoration: none;
	color: #3C83F9;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
	color: #3C83F9;
	background-color: transparent;
}

body {
	font-family: trebuchet MS, arial, Sans-Serif;
	color: #000000;
	background-color: #afafaf;
	font-size: 100%;
	margin:0;
}

h1 {
   font-size:120%;
   color: #000000;
   background-color: transparent;
   font-weight: bold;
   padding: 0px 0px 0px 60px;
   margin:0;
}

h2 {
   font-size:150%;
   color: #666666;
   background-color: #ffffff;
   font-weight: bold;
   margin:-50px 0px 0px 78px;
   padding: 0px;
}

h3 {
   font-size:100%;
   font-weight: bold;
   color: #fcfcfc;
   background-color: #000000;   
   padding: 0px;
}

p {
	margin:0px 170px 15px 60px; 
	padding:0px;
	color:#666666;
    background-color: transparent;
	font-size: 80%;
	line-height: 20px;
	position:relative;
	z-index:1000;
}

#holder {
	position: relative;
	top: 0px;
	width:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
	overflow:visible;
	color: #666666;
	background-color: #ffffff;
	border:1px solid #666666;
}

* html #holder {height:100%}

#header {
	position:absolute;
	width: 760px;
	height: 127px;
	padding:0px;
	margin:0;
	color: #666666;
	background-color: #000000;
	background-image: url(images/img-header.jpg);
	background-repeat: no-repeat;
}
	
#mainNav {
	position: relative;
	top: 129px;
	left: 0;
	width: 760px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 75%;
	color: #666666;
}

#contentHolder {
	position:relative;
	top: 150px;
	height:auto;
	padding: 0;
	color: #666666;
	background-color: #ffffff;
	margin-bottom:190px;
}