body {
	margin:0; padding:0;	
	
	font-family: "Trebuchet MS";
	font-size: 14px; font-weight: lighter;
	color: #313131;
	background-color: #d3d2d2;	
}

strong {
	font-weight: bold;
}

h1, h2, h3 {
	margin: 0;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

#page {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

#header {
	height: 100px;
	background-image: url('/media/1072/header_bg.png');
	background-repeat: repeat-x;
}

#content {
	padding: 20px;
}

#footer {
	text-align: center;
}

.clear { clear: both; }

/**** HEADER SPECIFIC ****/

#header h1 {
	position: absolute;
	margin-left: 200px;
	margin-top: 30px;
}

#logo {
	position: absolute;
	width: 200px;
	height: 100px;
	background-image: url('/media/1241/logo.png');
	background-repeat: no-repeat;
}

/**** MENU ****/

ul.left_menu {
	float: left;
	list-style: none;
	border-top: solid 1px #3f3f3f;
	width: 230px;
	padding:0;
	margin:0;
}

ul.left_menu li {
	list-style: none;
	border-bottom: solid 1px #3f3f3f;
}

ul.left_menu li a {
	color: #3f3f3f;
	text-decoration: none;	
	padding: 5px;
    	padding-left: 10px;
	display: block;
}

ul.left_menu li a:hover {
	background-color: #e3e3e3;
}

#right_column {
	width: 652px;
	margin-left: 270px;
}

/**** BLOG SPECIFIC ****/

ul.blog_list {
	list-style: none;
	margin: 0; padding: 0;
}

ul.blog_list h3 {
	margin-bottom: 0;
}

ul.blog_list div.subtitle {
	font-size: 10px;
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h3 {

}

