* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

p {
	margin-bottom:1.1em;
}

body {
	background:url(images/background.png) repeat-x #FFF;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;

}

#outer {
    width: 1046px;
    background-color:#FFFFFF;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#header {
    padding: 0px;
    margin: 0px;
	height:223px;
}
#headerleft {
	float:left;
	width:523px;
	height:223px;
	background:url(images/header-left.jpg);
}
	#header-logo {
		background-image:url(images/omico_glow.png);
		display:block;
		width:420px;
		height:175px;
		text-indent:-9999px;
		margin-top:30px;
		margin-left:25px;
	}
#headerright {
	float:right;
	width:523px;
	height:223px;
	background:url(images/header-right.jpg);
}



#flashwrapper {
	widht:1046px;
	height:329px;
	background:url(images/flash-bk.jpg) no-repeat;
}
#flashwrapper object {
	display:block;
}
.flash {
	border:#000 inset 5px;;
}


#nav {
    width: 1046px;
    padding: 0px;
    margin-top: 0px;
	clear:both;
}




#main {
	width:1046px;
	min-height:250px;
	margin-bottom:10px;
}
#mainleft {
	float:left;
	width:480px;
	margin-left:26px;
	margin-right:15px;
	margin-top:30px;
}
#mainright {
	float:right;
	width:480px;
	margin-right:26px;
	margin-left:15px;
	margin-top:30px;
}
	.main {
			font-family:Verdana, Geneva, sans-serif;
			font-size:14px;
			color:#345394;
			text-align:justify;
	}






#footer {
	width:1046px;
    padding-top: 25px;
	background:url(images/footer.png) repeat-x;
}
	.footer {
		font-family:Verdana, Geneva, sans-serif;
		font-size:14px;
		color:#345394;
		text-align:center;
	}





