body{
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	color: #366;
	background-color: #f60;
	line-height: 1.24;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #f60;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}


h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.0;	
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 48px;
}

h2{
 font-size: 32px;
}

h3{
 font-size: 24px;
}

h4{
 font-size: 15px;
 font-weight:bold;
}

h5{
 font-size: 12px;
}

h6{
 font-size: 9px;
 font-weight:normal;
}

ul{
 list-style-type:disc;
}


/***********************************************/
/* Divs                                        */
/***********************************************/
#container {
	width: 660px;
	height: 500px;
	margin: 28px auto;
	background-color: #fff;
	clear: both;
}

#colleft {
	background-image: url(assets/logo.jpg);
	background-repeat: no-repeat;
	background-color: #9cc;
	float: left;
	height: 500px;
	width: 100px;
	position: relative;
}

#colright {
	background-color: #fff;
	float: right;
	width: 560px;
	height: 500px;
	position: relative;
	top: 0px;
	right: 0px;
}

#introcontent{
	width: 500px;
	margin: 12px 0 0 0;
	padding-top: 10px;
	padding-bottom: 12px;
}

#content{
	width: 504px;
	margin: 12px 30px 12px 26px;
}

#siteInfo{
	clear: both;
	border-top: 2px solid #f60;
	background-color: #fff;
	font-size: 14px;
	padding: 8px 0 10px 20px;
	margin-top: -1px;
}

#siteInfo h1 {
	text-align:center;
	font-size: 24px;
	font-weight: normal;
}

#siteInfo h1 a:hover {
	font-weight: bold;
}

#siteInfo h1 a:link a:visited {
	font-weight: normal;
}