@charset "UTF-8";
/* CSS Document */
/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   Standard Elements
------------------------------------------------------------------- */

a {text-decoration: none;}

body {
	background: #FFF url('../img/bg.gif') repeat-x;
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 40px;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}
code {
	background: url('../img/bgcode.gif');
	border: 1px solid #F0F0F0;
	border-left: 6px solid #F06;
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}
h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #F06;
}
/* misc */
.clearer {
	clear: both;
}

/* 
   Layout
------------------------------------------------------------------- */


#wrapper {
	width: 100%;
}

#header {
	margin: 0 32% 10px 3%;
	background: url('../img/stripes.gif') top left no-repeat;
	border-bottom: 1px solid #EEE;
	height: 160px;
	margin-bottom: 24px;
	position: relative;
}
#header h1 {
	color: #222;
	font: normal 4em sans-serif;
	padding-top: 50px;
	text-align: center;
}
#header #description {
	color: #222;
	font: normal 1em sans-serif;
	margin-top: 10px;
	text-align: center;
}
#header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 55%;
	z-index: 100;
}

#side {
	background: url('../img/logo.gif') no-repeat center top;
	border-top: 1px solid #EEE;
	padding-top: 159px;	
	
	right: 3%;
	text-align: center;
	width: 27%;
	position: absolute;
	top: 40px;
}
ul.menu {
	border-top: 1px solid #EEE;
}
.menu li {
	border-bottom: 1px solid #EEE;
}
.menu li a {
	color: #888;
	display: block;
	font: normal 1.4em serif;
	padding: 8px 0;
}
.menu li a:hover {
	background: #FAFAFA;
	color: #F06;
}

#main-content {
	margin: 0 32% 10px 3%;
}
.content {}
h2.title,
h3.title {
	font-size: 2em;
	font-weight: bold;
}
.osusume {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}

#footer {
	color: #666;
	border-top: 1px solid #EEE;
	font: normal 1em Verdana,sans-serif;
	margin: 0 42% 0 3%;
	padding: 8px 6px;
}
#footer p {}

