/* YUI RESET CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}


/* CSS Start */

html {
		height: 100%;
	}

html,
body {
	background: #000000;
}

body {
	font-family: Verdana, sans-serif;
	font-size: 75%;
	color: #ffffff;
	line-height: 1.2em;
}

a:link { color: #f8f9f6;
	text-decoration: none;
}
a:visited { color: #aaa;
	text-decoration: none;
}
a:active { color: #e6f9c0;
	text-decoration: underline;
} 
a:hover { color: #e6f9c0;
	text-decoration: underline;
}
/* 
a:focus {
	color: #e2e7c6;
	text-decoration: none;
}
*/

.ir {
	position: absolute;
	height: 0;
	width: 0;
	top: -9999px;
	left: 0;
	overflow: hidden;
}

/* wrap */

#wrap {
	margin: 50px 0 0 0;
}

/* header */

#header {
	float: left;
	width: 500px;
	height: 56px;
	margin: 0 0 50px 57px;
	background: url("../images/mogru_header.png") 0 0 no-repeat;
	
}

#header a {
	float: left;
	width: 367px;
	height: 56px;
}

/* main */

#main {
	clear: left;
	float: left;
	width: 1050px;
	border: 1;
}


/* main nav */

#main-nav {
	float: left;
	width: 200px;
	margin: 0 30px 0 0;
}

#main-nav li, #main-nav li a {
	float: left;
	width: 100%;
	text-align: right;
}

#main-nav li {
	color: #9faf4f;
	font-size: 14px;
}

#main-nav li ul {
	float: left;
	width: 100%;
	margin: 0.5em 0;
}


#main-nav li li {
	color: #fff;
	font-size: 11px;
}

/* content */

#content {
	float: left;
	width: 770px;
	margin: 0 0 0 15px;
	padding: 0;
	
}

#content h1 {
	height: 23px;
	margin: 0 0 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	
}

.mypicture {
	float: left;
	display:inline;
	width: 120px;
	height: 669px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFF;
	
}

.aboutcol1 {
	float: left;
	display:inline;
	margin: 0 10px;
	width: 300px;
	height: 700px;
	padding: 5px;
	font-size: 11px;
	color: #FFF;
/*	
	border-style: solid;
	border-width: 2px;
	border-color: #FFF;
*/
}

.aboutcol2 {
	float: left;
	display:inline;
	width: 200px;
	height: 700px;
	font-size: 11px;
	color: #FFF;
	
	border-style: solid;
	border-width: 2px;
	border-color: #FFF;
}

.lists { 
white-space:normal;
list-style-type: disc;
text-align:left;
list-style-position:outside;
padding-left: 24px;s
}


/* footer */

#footer {
	clear: left;
	float: left;
	margin: 50px 0 0 280px;
	font-size: 10px;
	color: #706f6f;
}

#flashcontent {
		 width: 900px;
		 height: 800px;
		 
}