@charset "utf-8";
* {
	margin-top: 0;
}

html,body {
	height:100%;
	text-align: justify;
}

body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #232323;
	
}


#content_wrap {
	border: 1px solid #232323;
	width:1115px;
	margin:0 auto;		
}

#header {
	height:285px;
	background: #000000 url(grfx/bg.png) repeat center top fixed;
		}

#logo {
	float:left;
	position:relative;
	width:625px;
	height:285px;
	padding: 50px 0px 0px 75px;
	
	
}

#navigation {
	float:right;
	padding: 50px 55px 0px 0px;
	
	
}

#socialmedia {
}

#nav_menu {
	padding: 50px 0px 0px 0px;
    border: 0px solid #737373;
	
}
#clear {clear:both;}

#content {
	float:left;
	position:relative;
	width:680px;	
	padding: 0px 0px 30px 55px;
	margin:0 auto;
	
}

#sidebar {
	float: right;
	position:relative;
	width:290px;
	padding: 0px 35px 0px 0px;
	margin:0 auto;
}


#footer {
	clear:both;
	height:110px;
	margin: 0 auto;
	background: url(grfx/bg.png) repeat center top;
	
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #232323;
}

h1 { font-size: 197%; 
	 color: #232323;
		border-bottom: 2px dashed #232323;
}

h2 { line-height: 20px;
	padding: 2px;
/*	background-color: #fff;*/
	color: #232323;
	font-weight: bold;
	font-size:16px;
	border-bottom: 1px solid #232323; 
}

h3 { 
	font-size: 100%; 
	font-weight: bold; 
	border-bottom: 1px dotted #232323;
}

h4 { 
	font-size: 12px; 
	font-weight: bold; 
	color: #ffffff;
	
}

p, ul, ol {
	font-size: 100%;
	text-decoration: none;
}

p {
text-decoration: none;
}

ul {
text-decoration: none;
}

ol {
text-decoration: none;
}

blockquote {
text-decoration: none;
}


a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

