/*------------ GENERAL ------------ */

html, body {
	background-color:	#fff;
	font-family: 	Georgia, Times, serif;
	font-size:		12px;
	color:			#333333;
	margin-top: 	0px;
	margin-left:	30px;
	margin-right:	30px;
	padding: 		0;
    border: 		0;
	line-height:	1.3em;
	text-align:		center;
}

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #234961; padding:0; margin:0 0 5px 0;}

body img {border: 0px; }
img a {	text-decoration: none; }
img a:hover { text-decoration: none; }

body a {color: #234961; text-decoration:none;}
body a:visited {text-decoration:none;}
body a:hover {text-decoration:underline;}

/*------------ CONTENT ------------ */

#main {
	position:			relative;
	width:				850px;
	background-color: 	white;
	margin-top:			60px;
  	margin-right: 		auto ;
  	margin-left: 		auto ;
	margin-bottom:		30px;
	text-align:			left;
}

#navi {
	position:			relative;
	float:				left;
	width:				130px;
	margin-top:			60px;
	text-align:			right;
	padding-right:		20px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	line-height:		1.6em;
	color:				#234961;
}

html>body #navi {
	width:				110px;
}

#content {
	position:			relative;
	float:				left;
	width:				690px;
	height:				1000px;
	line-height:		1.6em;
}


/*------------ CLASSES ------------ */

.left { position: relative; float: left;}
.right { position: relative; float: right;}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mr15 {margin-right: 15px;}
.mb15 {margin-bottom: 15px;}

.pt10 {padding-top: 10px;}

.linetop {border-top: 1px solid #e6e6e6; width: 690px;}

.gallery li {
        display: inline;
        list-style: none;
        width: 100px;
        min-height: 143px;
        float: left;
        margin: 0 20px 10px 0;
        text-align: center;
}

.gallery_02 li {
        display: inline;
        list-style: none;
        min-height: 143px;
        float: left;
        margin: 0 20px 10px 0;
        text-align: center;
}

.gallery_03 li {
        display: inline;
        list-style: none;
        min-height: 85px;
        float: left;
        margin: 0 20px 10px 0;
        text-align: center;
}

body ul {
		margin: 0px;
		padding:0px;
}
	
