* {
	font-family:verdana;
}

html {
	height:101%;
	margin-left:0;
	margin-right:0;
}

body {
	background:#333333;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}

div#head {
	width:100%;
	height:130px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	background:#121212;
	/*border-bottom:1px solid #ff2a35;*/
}

div#menu {
	width:100%;
	height:49px;
	background:url("img/menuGrad.png") repeat-x;
	overflow:hidden;
	font-size:10pt;
	clear:both;
}

div#menu ul {margin:15px auto 0 auto; width:800px;}
div#menu li {display: block; list-style-type: none; margin:0 0 0 15px;}

div#menuLinks {
	width:775px;
	height:49px;
	margin:0 auto;
	padding-left:25px;
}

div#menu a {
	color:#ffffff; 
	text-decoration:none; 
	display:block; 
	float:left; 
	padding:13px 15px 14px 15px;
	margin-top:3px;
}

div#menu a:visited {color:#ffffff; text-decoration:none;}
div#menu a:hover {
	color:#f1f1f1; 
	text-decoration:none; 
	background:#333333; 
	border-left:1px solid #444444; 
	border-right:1px solid #444444;
	padding:13px 14px 14px 14px;
}

div#wrapper {
	width:800px;
	margin:0 auto;
	background:#ffffff;
	overflow:hidden;
}


div#content {
	width:750px;
	min-height:400px;
	padding:20px 25px;
	overflow:hidden;
	background:#ffffff;
	color:#333333;
}

div#foot {
	width:750px;
	margin:0 25px;
	border-top:1px solid #cccccc;
	overflow:hidden;
	color:#999999;
	font-size:10pt;
}


div#loginForm {
	background:#f1f1f1;
	padding:20px;
	width:450px;
	border:3px solid #e1e1e1;
	font-size:8pt;
	font-weight:bold;
}

div#loginForm input{
	background:#ffffff;
	border:1px solid #ffcfcf;
}

.buttonLike {
	display:block;
	background:#e1e1e1;
	color:#333333;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	font-size: 10pt;
	text-decoration:none;
	margin-right:5px;
	height:15px;
}

.buttonLike:hover {
	color:#000000;
	background:#d1d1d1;
}



/*#content h1, h2, h3, p, ol, ul, table, img {margin-left:10px; margin-right:10px;}*/
h1 {font-size:14pt; font-weight:normal;}
h2 {font-size:10pt;}
h3 {font-size:8pt; font-weight:normal;}
p {font-size:8pt;}
img {border:0;}
