/* 
    Document   : laskeuma
    Created on : May 9, 2009, 8:25:57 PM
    Author     : gnizhak & daffy
    Description:
        Laskeuma stylesheet
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
	display: block;
}

body {
	background: #000;
	font-size: 14px;
	font-family: helvetica, sans-serif;
	margin: 0 ;
	padding: 0;
}

img {
	border: 0px;
}

#centerbody {
	background: #0E1C00 url(bg.png) no-repeat;
	width: 900px;
	color: white;
	margin: 0 auto 0 auto;
	border: 2px solid #263805;
	border-top: none;
	margin-bottom: 20px;
	min-height: 550px;
}

div#header {
	width: 40%;
	font-size: 25px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 10px;
	margin: 15px 0px 0px 20px;
	float: left;
}
.presents {
	color: #666;
}


div#content {
	width: 400px;
	margin: 0px auto 0px 45%;
	padding: 10px;
	text-align: justify;
	line-height: 1.5;
}

div#content img {
	opacity: 0.72;
}

a {
	font-family: helvetica, sans-serif;
	color: #b67a2d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: 60px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

h2 a {
	font-weight: bold;
	font-size: 39px;
	color: white;
	text-transform: uppercase;

}

h3 a {
	color: white;
	font-weight: bold;
	font-size: 34px;
		text-transform: uppercase;
}


h4 a {
	color: white;
	font-weight: bold;
	font-size: 29px;
		text-transform: uppercase;

}

h5 {
	color: silver;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: -22px;
	margin-bottom: 25px;
	line-height: 1;
}
