*
{
	margin:0;
	padding:0;
}

body
{
	font-size:16px;
	font-family:Garamond, Serif;
	color:#333333;
	background-image:url(images/back.jpg);
}

#page
{
	margin:auto;
	width:960px;
	height:670px;
}

#banner
{
	width:960px;
	height:250px;
	padding-top:10px;
	background-image:url(images/banner.jpg);
}

#banner .left
{
	float:left;
	width:610px;
	height:250px;
	font-size:16px;
	padding-left:15px;
	padding-right:15px;
}

#banner .right
{
	float:right;
	width:275px;
	height:247px;
	padding-top:3px;
	padding-left:15px;
	padding-right:30px;
}

h1
{
	font-weight:normal;
	font-size:35px;
}

h2
{
	font-weight:normal;
	font-size:30px;
}

h2 span
{
	color:#f0f0f0;
	padding-left:6px;
}

h3
{
	float:right;
	font-weight:normal;
	font-size:20px;
	color:#9f9f9f;
}

p
{
	line-height:20px;
	padding-top:8px;
}

#contactform
{
	color:#9f9f9f;
}

.input
{
	width:265px;
	height:14px;
	border:1px solid #9f9f9f;
	color:#333333;
	padding:4px;
	margin-bottom:5px;
	background-color:#ffffff;
}

.textarea
{
	float:left;
	width:265px;
	border:1px solid #9f9f9f;
	color:#333333;
	padding:4px;
	background-color:#ffffff;
}

.input:focus, .textarea:focus
{
	border:1px solid #333333;
}

#sendbutton
{
	width:100px;
	border:none;
	font-family:Garamond, Serif;
	font-size:15px;
	color:#9f9f9f;
	padding:4px;
	margin-top:5px;
	margin-left:175px;
	background-color:#f5f5f5;
}

.submit_result
{
	font-family:Garamond, Serif;
	font-size:15px;
	color:#9f9f9f;
	margin-top:-20px;
}

.input_caption
{
	clear:both;
	padding-top:3px;
	padding-bottom:2px;
}

#portfolio
{
	width:945px;
	height:420px;
	padding-left:15px;
	background-image:url(images/portfolio.jpg);
}

#portfoliobox
{
	width:920px;
	height:330px;
	padding-left:10px;
	background-image:url(images/portfoliobox.jpg);
}

#top
{
	width:910px;
	height:330px;
	overflow:hidden;
	position:relative;
}

#portfoliotopmover
{
	width:6440px;
	height:330px;
	position:absolute;
}

#portfoliotopmover .item
{
	float:left;
	padding-top:10px;
	padding-right:10px;
}

#bottom
{
	width:930px;
	height:51px;
	overflow:hidden;
	position: relative;
	background-image:url(images/portfoliobottom.jpg);
}

#portfoliobottommover
{
	width:930px;
	height:51px;
	position:absolute;
}

a.leftbutton1, a.leftbutton2, a.leftbutton3, a.leftbutton4, a.leftbutton5, a.leftbutton6, a.leftbutton7
{
	float:left;
	width:65px;
	height:51px;
	background-position:top left;
	background-image:url(images/portfoliobuttons.jpg);
}

a.rightbutton1, a.rightbutton2, a.rightbutton3, a.rightbutton4, a.rightbutton5, a.rightbutton6, a.rightbutton7
{
	float:right;
	width:65px;
	height:51px;
	background-position:bottom right;
	background-image:url(images/portfoliobuttons.jpg);
}

.description
{
	float:left;
	width:800px;
	height:51px;
	text-align:center;
}

#footer
{
	height:13px;
	text-align:right;
	font-size:11px;
	color:#333333;
	padding-top:13px;
	padding-bottom:13px;
	padding-right:14px;
}