/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color:#eee;
	margin-top:4px;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 20px;
	margin: 0;
	border-bottom:#0066CC solid 1px;
}

h3 {
	font-family:verdana;
	font-size: 12px;
	margin: 0;
	color:#FFF;
}

a:link {
	color: #7BAA0A;
}

a:hover, a:active {
	text-decoration: none;
	color: #003447;
}

a:visited {
	color: #333;
}

img {
	border: none;
}


/* Header */

#all{
	width: 750px;
	margin: 0 auto;
	background-color:#FFF;
	border: 1px solid #CCC;
	height:100%;

}

#header {	
	background: #CCC;
}
#logo{
	height: 150px;
	background-image: url(logo.jpg); 
}
#hText{
	background-color:#000;
	padding:5px;
}


/* Menu */
#menu {
	float:left;
	border-right: 2px dashed #EEE;
	border-bottom: 2px dashed #EEE;
	width:140px;
}
#menu ul {
	list-style: none;
	margin:5px;
	
}

#menu a {
	padding-left:5px;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
#menu li{
	padding:0px;
	margin:0px;
}

#menu a:hover {
	text-decoration: underline;
}
/* Content */
#content {
	float:left;
width:570px;
	padding:15px;

}
#headLine{

	padding:20px 0px 10px 0px;	
}
#date{
	background:#0066CC;
	padding:2px 3px 2px 3px;
	font-size:10px;
	color:#FFF;
	float:left;
	margin-right:10px;
}
#bottom{
	width: 750px;
	clear:both;
	border: 1px solid #CCC;
	background-color:#000;
	color:#0066CC;

}
