html, body {
	font-size : 101%;
	background-color: #000;
	padding:0; margin:0; border:0;
	color : #666;
	}
body {
	padding-left : 12%;
	padding-right : 12%;
	padding-top : 6%;
}
#logo { float : right; 	}
#logo img { border : none; 	}

#content { 
clear : right;
 padding-right : 180px;
}
#blancbox {
	clear : both;
	display : block;
	width : 100%;
	float : bottom;
	padding-top : 40px;
	top : 50%;
}
#menu {
	text-align : right;
	width : 80px;
	margin-right : 0;
	position : relative;
	float : right;
	}
#menu a {
	font-size : 1.2em;
	font-weight : normal;
	text-decoration : none;
	color : #999;
}
a {
	font-weight : normal;
	text-decoration : none;
	color : #ff9900;
}
a:hover, #menu a:hover, #menu a.active { color : #1D1D1D; }

#footer {
	width : 100%;
	text-align : right;
	color : #ff9900;
	font-size : 0.7em;
	clear : right;
	padding-bottom : 40px;
	padding-top : 50px;
}
a img { border : none;  margin-right : 3%;  margin-bottom : 3%;  }

html, body, address, blockquote, caption, dl, dt, fieldset, input, 
label, legend, li, ol, option, p, q, select, textarea, td, th, ul, h1, h2, h3, h4 ,h5, a 	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
}
p,  li { 
	font-weight: normal; 
	line-height: 1.5em;
	font-size : 80%;
	color: #999;
	max-width : 750px;
 	}
strong {
	color : #ff9900;
}
h1 {
	padding : 0;
	margin : 0;
	color : #ff9900;
}
h1, h2 {
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	border-bottom : none;
  }
