/*css reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0px;
}
table {
	border-collapse:collapse;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
/*main layout*/
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	height: 100%;
	margin-bottom: 1px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
#bodywrapper {
	margin: 0 auto;
	width: 790px;
}
#header {
	width: 790px;
	height: 75px;
}
#header img {
	margin-top: 5px;
	float: left;
}
#langs {
	float: right;
	padding: 8px 3px 0 0;
	margin: 0;
}
#langs img {
	display: inline;
	padding: 1px;
	margin: 0;
}
#menu {
	width: 790px;
	height: 31px;
	background-color: #212121;
	overflow: hidden;
	border-top: 4px solid #3E3E3E;
}
#mainwrapper {
	width: 790px;
}
#contentmargin {
	margin-left: 71px;
}
#contentwrapper {
	width: 500px;
	float: left;
	background-color: #ffffff;
}
#content {
	padding: 0 30px 10px 30px;
	line-height: 160%;
	font-size: 110%;
	min-height: 350px;
}
#content ul {
	list-style: square;
	margin-left: 20px;
}
#headerimg img {
	border-bottom: solid 5px #0FB12E;
	margin: 0;
	padding: 0;
}
#sideboxwrapper {
	width: 200px;
	min-height: 250px;
	float: right;
	background-color: #3E3E3E;
	position: relative;
}
#sidebox {
	padding: 5px 15px 15px 15px;
	color: #929292;
	font-size: 120%;
	line-height: 130%;
}
#sideboxheader {
	float: right;
	color: #14BE35;
	padding: 8px 10px 0 10px;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}
#sidebox h3 {
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 4px;
	font-size: 90%;
}
#sidebox h3.green {
	color: #14BE35;
}
#sidebox p {
	padding-bottom: 5px;
}
#sidebox a:link, #sidebox a:visited, #sidebox a:active {
	color: #929292;
	text-decoration: none;
}
#sidebox a:hover {
	color: #BFBFBF;
	text-decoration: underline;
}
.fblike {
	margin: -4px 0 12px 0;
}
#footerwrapper {
	height: 10px;
	margin: 0 auto;
	clear: both;
}
#contentfooter {
	width: 500px;
	height: 165px;
	background-image: url(images/contentfooter.gif);
	background-repeat: none;
	background-position: top;
}
#contentfooter p.copyright {
	position: relative;
	top: 140px;
	left: 16px;
	color: #979797;
}
/*#footer {
	width: 790px;
	height: 256px;
	margin: 0 auto;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #929292;
}
#footertext {
	padding: 220px 0 0 70px;
}*/
/*whole site styles*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	line-height: 180%;
	color: #000000;
	padding-left: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background-image: url(images/headerbg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
h2 {
	font-size: 120%;
	line-height: 180%;
	color: #616161;
}
h3 {
	font-size: 100%;
	line-height: 170%;
	color: #616161;
}
h4 {
	font-size: 90%;
	line-height: 160%;
	color: #616161;
}
a:link, a:visited, a:active {
	color: #616161;
}
a:hover {
	color: #3E3E3E;
}
p {
	padding-bottom: 12px;
}
strong {
	font-weight: bold;	
}
br.clear {
	clear: both;
}
/*navigation*/
#nav ul {
	float: left;
	padding: 9px 10px 0 10px;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}
#nav ul li {
	display: inline;
	padding: 4px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #14BE35;
	text-decoration: none;
}
#nav li.selected a:link, #nav li.selected a:visited, #nav li.selected a:hover {
	color: #14BE35;
}
.green {
	color: #14BE35;
}
.photos img {
	border: 5px solid #E8E8E8;	
}
