/* @override http://www.kirrilyjohnston.com/css/styles_home.css */

body {
	background-color: #fbfbf7;
	margin:0px;
	font-size: 11px;

}


img{
	border: none;
}

p {


	font-size: 12px;
	font-weight: normal;
	color: #888;
	line-height:18px;


}

#horizon   {
	
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#flashcontent    
	{
	
	background-color: transparent;
	margin-left: -325px;
	position: absolute;
	top: -325px;
	left: 50%;
	width: 650px;
	height: 650px;
	visibility: visible
	}



#htmlholder {
	margin-left:20px;
	margin-top:20px;
	
}



#leftholder {
	width:400px;
	float:left;
	text-align:left;
}
#rightholder {
	width:400px;
	float:left;
	text-align:left;
	
	margin-left:50px;
	/*
	margin-top:10px;
	*/
}
#rightholder2 {
	width:250px;
	float:left;
	text-align:left;
	
	margin-left:50px;
	/*
	margin-top:10px;
	*/
}
h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 40px;
}

a{
	color: #dea52b;
	text-decoration: none;
}

a:visited {
	color: #dea52b;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}





#logo{
	margin-top: 40px;
	margin-bottom: 40px;
}



#nav {

	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	/*height: 15px;*/
	/*display: inline;*/
	overflow: hidden;
	 /*width: 396px; */
	 width: 560px;
	 
	 /*font-size: 13px;*/
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	float: left;
	list-style-type: none;
	
	padding-right: 10px;
	text-transform: uppercase;
	
	}

#nav a {
	float: left;
	color: #000;
	font-weight: bold;
	/*padding: 20px 0 0 0;*/ 
	/*overflow: hidden;*/

	}
#nav a:hover {
	color: #999;
}	
	
#nav a.selected{
	color: #999;
}	



