/* 
	Cubic Creation's Style Sheet
*/

body
{
	background: #EAEAE3 url(images/bg.png) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

html
{
	overflow-y: scroll;
}

h1
{
	font-size: 28px;
	color: #333;
	margin: 15px 0px 15px 0px;
}

h2
{
	margin: 15px 0px 15px 0px;
	font-size: 17px;
	color: #555;
}

p
{
	line-height: 1.6em;
	color: #333333;
	margin: 10px 0px;
}

.ul
{
	margin: 0;
	padding: 0;
	line-height: normal;
}

.li
{
	margin-bottom: 1px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	border: none;
}

a
{
	text-decoration: underline;
	color: #000;
}

a:hover
{
	text-decoration: none;
	color: #666;
}

/* Header */
#header
{
	width: 960px;
	height: 125px;
	margin: 0 auto;
	padding: 0px;
	padding-top: 50px;
	background: url(images/header.png) no-repeat top;
}

#header #banner{
	margin: 0px;
	padding: 0px;
	border: none;
	height: 80px;
	width: 500px;
	background: url(images/header-banner.png) top left;
}

#header #banner a img{
	margin: 0px;
	padding: 0px;
	border: none;
	height: 80px;
	width: 500px;
}

#header #banner:hover{
	background: url(images/header-banner.png) bottom left;
}

/* Main */
#box-mid, #box-top, #box-bot
{
	margin: 0 auto;
	padding: 0px;
	background: none;
	text-align: left;
}

#box-top{
	width: 960px;
	background: url(images/box-top.png) no-repeat;
	height: 105px;
}

#box-mid{
	width: 670px;
	background: url(images/box-mid.png) repeat-y;
	padding: 0px 20px 0px 30px;
}

#box-bot{
	width: 720px;
	background: url(images/box-bot.png) no-repeat;
	height: 43px;
}

#nav
{
	margin: -85px 0px 0px 10px;
	width: 635px;
	padding: 0px;
	min-height: 31px;
}

#nav li
{
	list-style: none;
	float: left;
	margin: 7px 15px 0px 15px;
	padding: 3px;
	font-size: 16px;
	text-align: center;
	width: 80px;
}

#nav li a
{
	text-decoration: none;
	border: none;
}

#nav li a:hover
{
	font-weight: bold;
}

#content
{
	margin: 4px 0px 0px 10px;
	width: 635px;
	padding: 5px 2px 0px 2px;
	min-height: 200px;
}

/* Format Panel */
.format-panel
{
	clear: both;
	height: 1px;
}

/* Footer */
#footer
{
	width: 700px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/bot.gif) no-repeat;
	color: #FFFFFF;
}

#footer p
{
	margin: 0;
	text-align: center;
	font-size: 77%;
	color: #333333;
}

.project-img{
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 0px;
	border: 1px #333 solid;
}