@charset "utf-8";
/* CSS Document */

html,body{margin:0;padding:0}

body {
	background-image:url(../gallery/original/blue_bg.png);
	background-repeat: repeat;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

div#container{
	width:1085px;
	margin:0 auto;
}

div#header01{
	height:144px;
	background-image:url(../gallery/original/header01.png);
}
div#header02{
	height:137px;
	background-image:url(../gallery/original/header02.png);
}
div#title{
	height:78px;
	background-image:url(../gallery/original/title.png);
}
div#title{
	height:78px;
	background-image:url(../gallery/original/title.png);
}

div#content
{
	height:334px;
}
div#description{
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#4D6366;
	width:850px;
	text-align:left;
	float:right;
	margin-right:125px;	
}



