@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/bg.jpg) repeat top left;
}
#mainSite {
	width: 950px;
	height: 550px;
	background: #ffffff;
	margin: 100px auto 0;
	color: #666666;
}
/* begin header*/
#header {
	width: 890px;
	height: 35px;
	padding: 30px;
}
#header img {
	padding: 5px 0;
	float: left;
}
#header #nav {
	font-size: 12px;
	height: 15px;
	margin-left: 145px;
	margin-top: 18px;
	 color: #999999;
}
#header #nav a {
 color: #999999;
 text-decoration: none;
 padding: 2px;
}
#header #nav a:hover {
 color: #333333;
}
	
/* end header */
/* Begin content */
#content {
	width: 950px;
}
/*begin left*/
#leftBig {
	width: 564px;
	height: 375px;
	float: left;
	padding: 0 15px 0 30px;
}
#leftSmall {
	width: 294px;
	height: 375px;
	float: left;
	padding: 0 15px 0 30px;
}
/* end left*/

/*begin right*/
#rightBig {
	width: 564px;
	height: 375px;
	float: right;
	padding: 0 30px 0 15px;
}
#rightSmall {
	width: 294px;
	height: 375px;
	float: right;
	padding: 0 30px 0 15px;
}
/*end right*/
/*begin textcontent*/
#textcontent {
	border: 1px solid #cbcbcb;
	height: 325px;
	padding: 25px;
}
#textcontent h1 {
	font-size: 16px;
	line-height: 16px;
	padding: 5px 0;
	font-weight: bold;
}
#textcontent p {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0;
}
#textcontent p a {
	text-decoration: underline;
	color: #666666;
}
#textcontent p a:hover {
	text-decoration: none;
}
/*end textcontent*/

/*begin contact */

#contactForm {
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
}
#contactForm label {
	display: block;
	width: 70px;
	float: left;
}
#contactForm input, #contactComment textarea {
	border: 1px solid #cbcbcb;
	font-size: 12px;
	color: #666;
}
#contactName, #contactEmail, #contactSubject, #contactComment, #contactSubmit {
	margin: 10px 0;
}
#contactForm input {
	width: 150px;
}
#contactSubmit {
	margin-left: 70px;
}
#contactSubmit input {
	width: 100px;
	padding: 3px;
}
#contactComment textarea {
	width: 200px
}
#contactPhone {
	margin-top: 20px;
}
#contactPhone span {
	font-weight: bold;
}
/*end contact */
/*begin footer */
#footer {
	width: 890px;
	height: 20px;
	margin-top: 375px;
	padding: 30px;	
	font-size: 10px;
	color: #666666;
}
/*end footer*/