@charset "UTF-8";
@import url(reset.css);

/* * * * * START: GENERAL * * * * */
body {
	margin: 30px 0 0 0;
	background: #FFF;
	text-align: center;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
strong, b {
	font-weight: bold;
}
h1 {
	font-family:"Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
}
p {
	margin: 0 0 15px 0;
}
/* * * * * END: GENERAL * * * * */



/* * * * * START: FRAMEWORK * * * * */
#wrapper {
	text-align: left;
	width: 650px;
	margin: 0 auto;
	padding: 0 150px 0 0;
}
#header {
	padding: 0 0 45px 150px;
}
#navigation {
	width: 135px;
	padding: 0 15px 0 0;
	float: left;
}
#content {
	width: 500px;
	float: left;
}
/* * * * * END: FRAMEWORK * * * * */



/* * * * * START: NAVIGATION * * * * */
#navigation ul {
	text-align: right;
}
/* * * * * END: NAVIGATION * * * * */



/* * * * * START: CONTENT * * * * */
#content a {
	color: #000;
	text-decoration: underline;
}
#content a:hover {
	color: #000;
	text-decoration: none;
}
/* * * * * END: CONTENT * * * * */