/* PC */

body {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background : #E6E8D3 url(images/back.jpg) repeat-x fixed;
}

#wrap {
	position: relative;
	margin: 0px auto;
	width: 792px;
	border: 4px solid #BEC1A4;
	background: white;
}

p {
	color: #666;
}

a {
	color: #403B70;
	text-decoration: none;
}

a:hover {
	color: #403B70;
	text-decoration: underline;
}


/* header */

#header {
	background: white;
	height: 94px;
	margin: 0px 14px 16px 14px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#header img {
	margin-top: 48px;
	border: none;
}


/* side column */


#sidebar {
	border-right: 1px solid #ccc;
	float: left;
	width: 186px;
}


#menu {
	padding-bottom: 20px;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	list-style: none;
	font-size: 100%;
	line-height: 170%;
}

#menu li {	
	list-style: none;
	color: #999;
	margin-left: 3.5%;
	border-bottom: 1px solid #ccc;
	display: block;
}

#menu li a {
	color: #403B70;
}

#menu li a:hover {
	color: #999;
	text-decoration: none;
}


#spotlight {
	margin: 0px 12px 14px 12px;
	width: 162px;
	background: #ECEDDD;
}

#spotlight img {
	padding: 0px;
	margin: 14px 14px 0px 14px;
}

#spotlight h1 {
	padding: 0px;
	margin: 12px 14px 6px 14px;
	font-size: 100%;
	font-weight: normal;
}

#spotlight p {
	padding: 0px 0px 12px 0px;
	margin: 6px 14px 12px 14px;
	font-size: 85%;
	line-height: 130%;
}

#contact {
	padding: 0px;
	margin: 0px;
}

#contact p {
	padding: 0px;
	margin: 0px 14px 12px 16px;
	font-size: 85%;
	line-height: 130%;
}

#contact p a {
	color: #666;
}


/* content */

#content {
	float: right;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	width: 592px;
	background: white;
}

#content p {
	margin: 12px 16px 6px 0px;
	line-height: 130%;
}

#content h1 {
	padding: 0px;
	margin: 18px 0px 0px 0px;
	font-size: 100%;
	color: #A3A68D;
}

#content h2 {
	padding: 0px;
	margin: 18px 0px 0px 0px;
	font-size: 100%;
	color: #666;
}

#banner {
	margin: 0px;
	padding: 0px;
}

#intro {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	width: 577px;
	background: #ECEBF0;
	font-family: Georgia, Times, serif;
}

#intro h1 {
	padding: 10px;
	margin: 0px;
	color: #403B70;
	font-size: 140%;
	line-height: 120%;
	font-weight: normal;
	font-style: italic;
}

#content ul {
	margin: 14px;
	padding: 0px;
	list-style: square;
	line-height: 140%;
	color: #666;
}

#content img.left {
	float: left;
	margin: 4px 0px;
}

#content img.right {
	float: right;
	margin: 4px 0px;
}

#clear {
	clear: both;
}

/* footer */

#footer {
	position: relative;
	margin: 0px auto;
	width: 792px;
	text-align: right;
	padding: 7px 0px;
	font-size: 85%;
	color: #A5A793;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li a {
	color: #A5A793;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}
