html, body {
}

body {
	background: #F3F3F3;
	color: #555555;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
img:focus,a:focus {outline-style:none}

body {
	font-family: Arial, Helvetica;	
	font-size: 12px;
	line-height: 17px;
}


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

a:hover {
	text-decoration: underline;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

#logo-bar {
	background: #000000;
	height: 40px;
}

a#logo {
	display: inline-block;
	width: 218px;
	height: 33px;
	background: url(../images/procrastinator-logo.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	top: 4px;
}

#navigation .mainmenu {
	padding: 12px 0;
}

#navigation {
	border-bottom: 1px solid #E5E5E5;
	background: #ffffff;
}


#navigation ul {
	position: relative;
	left: -5px;
}


#navigation ul li {
	margin: 0 9px 0 0;
	position: relative;
	width: auto;
	display: inline-block;
}

#navigation ul li a {
	color: #000000;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 26px;
	padding: 0 6px;
	text-transform: uppercase;
}

#navigation ul li a:hover, #navigation ul li.active a {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul.menu {
	float: left;
}

#navigation ul.menu-right {
	float: right;
}

#navigation ul li.colored a {
	background: #DC4B37;
	color: #ffffff;
}

#navigation ul li.colored a:hover {
	background: #000000;
}

#content .wrapper {
	background: #FFFFFF;
	padding: 15px 15px 0;
	width: 1000px;
}

#text {
	border-right: 1px solid #E5E5E5;
	margin: 0 13px 0 0;
	padding: 0 15px 15px 0;
	width: 720px;
	float: left;
	font-size: 15px;
	line-height: 1.5;
}

#sidebar {
	width: 250px;
	float: right;
	padding: 0 0 15px 0;
}

.clr { clear: both; }

.group {
	text-align: center;
}

#vk_groups {
	margin: 0 auto;
}

#sidebar span.moduleheader {
	color: #8D8D8D;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	display: block;
	margin: 0 0 15px;
	background: #000000;
	color: #ffffff;
	padding: 5px;
	font-size: 19px;
	font-weight: normal;
}

#footer {
	border-top: 1px solid #E5E5E5;
	padding: 10px;
	background: #ffffff;
	color: #8D8D8D;
	font-size: 11px;	

}

