html, body {
	background-color:#FFFFFF;
	font-size:15pt;
	color: #4A4949;
	padding:0;
	margin:0 auto; /* for the rest */
	width:1024px;
	/*font-family: 'Coming Soon', arial, serif; */
	/* font-family: 'Architects Daughter', arial, serif; */
	/*border: 1px solid #DEF2FA;*/
}

* {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#header{
	height:80px;
	padding: 5px;
	
}

#header h1{
	width: 50%;

}

#logo{
	float:right;

}

#discription{
	
}
/*
h3{
	font-size: 19px;
}

#header h1{
	margin-top:30px;
	font-family:verdana,arial,sans-serif;
	font-size:25px;
}*/

a {
	text-decoration: none;
	color: #0A9CF7;
}

h1, h2, h3, h4{
	padding-left:1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

/*#separate {
	background-color:black;
	border-color:#E4E1DB;
	clear:both;
	height:3px;
}
*/
p{
	margin-left:5px;
	margin-right:5px;
	margin-bottom: 15px;
}

/*
#left h3{
	font-size:1.2em;
	line-height:1.364em;
}*/

#left{
	background-color:  #DEF2FA;
	float:left;
	width: 14%;
}

#left ul li{
	margin: 10px 0 6px 5px;
}

#content {
	float:right;
	background-color: #ffffff;
	padding: 5px;
	padding-top: 10px;
	width:83%;
}

#content ul{
	padding: 5px 0 5px 10px;
}

#content ul li{
	padding: 2.5px;
	
	list-style-image:	none;
	list-style-position:	outside;
	list-style-type:	square ;
	marker-offset:	auto;
}

#footer {
	/*border-top: 1px solid green;*/
	clear:both;
	background-color: #ffffff;
	padding: 5px;
	padding-top: 10px;
	text-align: center;
}
