/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, section {
	display: block;
}

hr{
width:100%;
height: 3px;
margin-top: -2px 
}


a{
text-decoration:none;
}

a:link {color:#988600;}    /* unvisited link */
a:visited {color:#988600;} /* visited link */
a:hover {color:#fff;}   /* mouse over link */
a:active {color:#FFFFFF;}  /* selected link */

P {text-indent: 30pt;
color: #fff;
}

ul#Description{
	list-style:circle;
	list-style-type:circle;
	}

h1 {
font-size: 25px;
color:#988600;
}
h2{
font-size: 20px;
color: #988600;
}
h4{
color: #988600;	
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#html{
	background:#000;
	}

body{100% }

div.fullscreen{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	hieght: 100%;
	background:#000;
	}
	
#fullscreen{
	background: #000;
}


#container {
	width: 100%;
	hieght: 100%;
	background: #0a4d5b;
}

#social {
	float: right;
	display:inline;
margin-right:60px;

}

#social li {
	display: inline;
}


#layout {
margin-top: 15px;
width: 100%; 
height: 1600px}

#images {
margin-left: 40px;
float: left;
height: 100%;
}

#images .span {
margin-top: 10px;
}

#description {
width: 510px;
margin-left: 30px;
height: 1600px;
float: left;
  background: #000;
}
#info {
width: 250px;
margin-left:20px;
float:left;
  height: 1600px;
  background: #000;
}

#footer{ 
background: #3a3a3a;
}

#footer-inside{
float:left;
clear:both;
width:100%;
background:#3a3a3a; 
text-color: #9d8a09;
}

#list-01, #list-02, #list-03, #list-04, #list-05{
display: inline;
float: left;
margin-left: 20px;
margin-right: 35px;
margin-top: 10px;
}

#outer-footer{
	background-color: #3a3a3a;
	float:left;
	width:100%
}


#outer-footer p{
  margin-top: 20px;
margin-left: 300px;
color: #fff;
}


#outer-footer li{
	display:inline;
	color: #0b4d8;
}

#outer-footer span {
	font-size:14px;
	color: #FFF;

}

#outer-footer a. {
	color: #CCC;
}

#footer a:link {color:#FFF;}    /* unvisited link */
#footer a:visited {color:#FFF;} /* visited link */
#footer a:hover {color:#988600;}   /* mouse over link */
#footer a:active {color:#988600;}  /* selected link */
	
#outer-footer a.hover {
	text-decoration: underline;
}


