</*
-----------------------------------------------
bgo main style
version: 2008.11.13
----------------------------------------------- */

h1,h2,h3,h4,h4,h6,p,span,ol,ul,li,form,img { margin:0; padding:0; font-size:100.01%; }

div.clear {
	clear:both;
	height:0;
	margin:0;
	line-height:0;
	font-size:1px;
	}

body {
  margin:0;
  padding:0;
	background:#fff;
  color:#7A6856;
  font:11px arial,geneva,sans-serif;
	line-height:180%;
	text-align:center;
  }

a {
	color:#7A6856;
	text-decoration:underline;
	}

a:hover,a.current {
	color:#000;
	}

.alert {
	background:#F2750B;
	color:#fff;
	}

.formLabel {
	font-size:11px;
	}
	
input,select,textarea {
	color:#7A6856;
	font:11px courier new,courier,mono;
	background:#fff url( ../i/bg-box.gif ) repeat-x 0 0;
	border-top:1px #7A6856 solid;
	border-left:1px #7A6856 solid;
	border-bottom:1px #e2dfda solid;
	border-right:1px #e2dfda solid;
	}
	
input.button {
	font:11px courier new,courier,mono;
	color:#fff;
	border-top:1px #f6a25b solid;
	border-left:1px #f6a25b solid;
	border-bottom:1px #a24e07 solid;
	border-right:1px #a24e07 solid;
	background:#F2750B;
	}
	
	
  
/* structure --------------------------- */


#top {
	width:815px;
	height:100px;
	margin:0 auto;
	text-align:left;
	}

#header {
	width:815px;
	height:306px;
	margin:0 auto;
	text-align:left;
	border-top:1px #e2dfda solid;
	border-right:1px #e2dfda solid;
	border-left:1px #e2dfda solid;
	position:relative;
	}

#content {
	width:815px;
	margin:0 auto;
	text-align:left;
	border-left:1px #e2dfda solid;
	}


	
/* top ------------------------------------------- */



#top img {
	float:right;
	padding:13px 0 10px 0;
	}
	
	
	
/* header ---------------------------------------- */



#nav {
	width:193px;float:left;
	}

#nav ul {
	list-style-type:none;
	padding:1em 20px 0 20px;
	text-align:left;
	margin:0;
	}

#nav ul li a {
	display:block;
	color:#7A6856;
	text-decoration:none;
	}
	
#nav ul li a:hover,#nav ul li a.current {
	color:#000;
	}
	
#nav ul ul {
	list-style-type:none;
	padding:0;
	margin:0;
	}

#nav ul ul li a {
	border-bottom:none;
	display:block;
	color:#000;
	background:#fff;
	text-decoration:none;
	padding:0 0 0 20px;
	}
	
#nav ul ul li a:hover,#nav ul ul li a.current {
	color:#000;
	}


/* img --------------------------- */


#img {
	width:429px;float:left;
	}
	

/* side --------------------------- */


#side {
	width:193px;
	float:left;
	}

#side p {
	padding:0.5em 20px 0.5em 20px;
	position:absolute;
	bottom:0;
	right:0;
	}


/* content --------------------------- */
	

#title {
	width:193px;
	float:left;
	}

#title h1 {
	padding:0 40px 0 20px;
	margin:0;
	font-weight:normal;
  font-size:17px;
	color:#7A6856;
	}
	
#text {
	width:622px;
	float:left;
	border-top:1px #e2dfda solid;
	}

#text h2 {
	padding:1px 0;
	margin:0;
	font-weight:normal;
  font-size:11px;
  letter-spacing:2px;
	color:#7A6856;
	}
	
#text p {
	padding:0.5em 20px 0.5em 0;
	}
	
#text form {
	padding:1em 0;
	border-top:1px #e2dfda solid;
	border-bottom:1px #e2dfda solid;
	}
