body {
	background-color: #faf0e6;
	color: #106ECE;
}

#container {
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0 auto;
}

#contents {
	margin:0;
	padding: 0 20px;
}

#left {
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
}

#right {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
}

#menu {
	padding: 10px 0 10px 15px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
}

#menu a:link {
   color: #91966c;
	text-decoration: none;
}

#menu a:visited {
	color: #91966c;
	text-decoration: none;
}

#menu a:hover {
	color: #cfc295;
	text-decoration: none;
}

#contents_right {
	padding: 10px 15px;
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
}

#copyright {
	background-image: url(images/bg_down.gif);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	color: #e6e6fa;
}

#copyright a  {
	color: #e6e6fa;
	text-decoration: underline;
}

#copyright a:hover  {
	color: #ffffff;
	text-decoration: underline;
}

.heading {
	margin: 0;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-indent: 20px;
}

.text {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Verdana, Geneva, Verdana;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;	
}
#micronav {
    width: 30em;
    text-align: right;
}

#micronav a {
    color: #CBE3F5;
    text-decoration: none;
    padding-right: 18px;
    display: block;
    float: right;
}

#micronav a.home {
    padding-left: 16px;
    position: relative;
    background: url(images/ico_home.gif) center left no-repeat;
}

#micronav a.mail {
    padding-left: 18px;
    background: url(images/ico_email.gif) center left no-repeat;
}

#micronav a.key {
    padding-left: 18px;
    background: url(images/lock.gif) center left no-repeat;
}

#micronav a:hover {
    color: #fff;
}

