@charset "utf-8";
/* CSS Document */
html			{overflow-y:scroll;background-color:#002147;}
body			{/*background-image:url(/inc/img/bg750.png);background-position:center;background-repeat:repeat-y;*/background-color:#002147;color:#042860;margin:0px;padding:10px 0px;font-size:12px;}
body			{font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;}
h1				{font-weight:bold;font-size:46px;margin:0px;clear:both;padding:20px 0px 15px 0px;}
h2				{font-weight:bold;font-size:26px;margin:0px;}
h3				{font-weight:bold;font-size:22px;margin:10px 0px 0px 0px;}
h4				{margin:0px;}
p, ul, ol		{margin:5px 5px 10px 5px}
ul				{list-style-type:square;}
a				{color:#900;text-decoration:none;}
a:hover			{color:#f00;}

#container		{/*width:750px;*/width:1000px;margin:0px auto;background:#def2f5;-moz-border-radius:10px;-webkit-border-radius:10px;}
#content		{margin:20px 35px;font-size:14px;}
#content img	{-moz-border-radius:5px;-webkit-border-radius:5px;}
.home_pic		{float:right;clear:both;margin: 0px 10px 20px 20px;text-align:center;}
.project		{clear:both;}
.project div	{margin-left:275px;}
.project img	{float:left;margin:10px;clear:both;}
#vote			{margin:20px;text-align:center;}
#vote h2		{font-size:40px;color:#f00;}

#customer		{float:left;clear:both;}
#ews			{float:right;}

#header				{width:95%;margin:0px auto;text-align:center;padding:0px;}
#header ul			{list-style-type:none;margin:5px 0px;padding:10px 0px;font-size:22px;-moz-border-radius:10px;-webkit-border-radius:10px;background:#042860;font-weight:bold;}
#header li			{display:inline;text-align:center;padding:0px 30px;color:#ffb612;}
#header li a		{color:#fff;}
#header li a:hover	{color:#ffb612;}

#footer			{width:95%;margin:0px auto;text-align:center;padding:5px;border-top:1px solid #002147;clear:both;}
