@charset "utf-8";
/* CSS Document */

html {
	background-image: url('/images/background.jpg');
	background-repeat: repeat-x;
}
#main {
	width:800px;
	margin:10px auto;
	border: #000 solid 1px;
	min-height:1000px;
	margin-bottom:20px;
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
}
#head {
	text-align:center;
}
#infoimg {
	background-image:url('/images/splash_second.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	height:300px;
	width:800px;
}
#info {
	background-image:url('/images/splash_info.png');
	float:right;
	font-size:20px;
	margin: 50px 20px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px;
	height: 180px;
	width: 280px;
}
#info p {
	padding: 20px 0px 0px 10px;
}
#outer {
	margin:10px;
	position:relative;
	width:800px;
}
#inner {
	float:left;
	height:100%;
	width:300px;
	line-height: 20px;
	font-family:Arial, Helvetica, sans-serif;
}
#inner img {
	width:280px;
}
#inner2 {
	float:right;
	height:100%;
	width:400px;
	padding: 0px 10px 0px 0px;
	
}
#inner2 img {
	width:380px;
}
#inner2 ul {
	margin-left: 25px;
	list-style:square;
	line-height: 20px;
}
#inner2 li {
	padding:5px 2px;
	text-align:left;
}
#inner_head {
	text-align:center;
	color: #CCAB9C;
	font-size:24px;
	padding-bottom: 5px;
}
#clearthis {
	clear:both;
}
#footer {
	text-align:center;
	padding: 5px;
}
/*layout*/
#wrap-bg {
	background: url(../images/wrap-bg.png) repeat-y;
	margin:0 auto;
	width:800px;
}
#wrapper {
	background-color:#F6EDCF;
	margin:0 auto;
	width:800px;
}
#contentWrap {
}
#sidebar {
	float:left;
	margin:0 18px;
	_margin:0 16px 0 10px;
	width:240px;
}
#content {
	float:left;
	width:600px;
}
#footer {
}
/*menu*/
#menu a {
	color:#000;
	font-weight:bold;
	line-height:21px;
	margin-left:20px;
}
/*contact form*/
#contact {
	background-color:#E6E6E6;
	border-bottom:1px solid #000;
	height:280px;
	margin-bottom:0px;
}
#contact form {
	margin:20px;
}
#contact form fieldset {
	float:left;
	width:350px;
}
#contact form fieldset label {
	display:block;
}
#contact form fieldset input {
	margin:7px 0;
}
#contact form fieldset select {
}
#contact form input[type="submit"] {
}
/*content*/
#content {
	background-color:#E6E6E6;
	border:1px solid #000;
}
#content p {
	line-height:26px;
}
#project {
	width:300px;
	height:120px;
}
