/* CSS Document */
body
{
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial;
	color:#000000;
	font-size: 12px;
}

h1
{
	font-size: 14px;
	color: #999999; 
}

img
{
	border: 0px;
}

#container
{
	margin: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -335px;
	width: 703px;
	height: 670px;
}

#head
{
	width: 100%;
	height: 150px;
}

#body
{
	width: 100%;
	height: 440px;
}

#Lcontent
{
	width: 320px;
	height: 150px;
	float: left;
	margin: 30px 0px 0px 0px;
	text-align:left;
}

#Rcontent
{
	width: 350px;
	height: 350px;
	float: right;
	margin: 10px 0px 0px 0px;
	text-align: right;
}

#designContainer
{
	width: 500px;
	height: 200px;
	padding: 20px 0px 0px 100px;
}

div.gallery
{
  margin: 1px;
  height: auto;
  width: auto;
  float: left;
}

#footer
{
	width: 100%;
	height: 15px;
	background-image:url(images/footer.png);
	clear: both;
	font-size: 11px;
}

/*link style*/
A
{
	text-decoration: none;
	color: #000000;
}
