body {
	margin-left:50%;
	background:  #6F9AD1;
	margin-bottom: 40px;
}
#content {
	width: 705px;
	margin-left: -350px;
	position: relative;
	top: -15px;
	background: #fff url(../images/c_bg.gif) repeat-y top left;
}

h1,h2,h3,h4,h5,h6  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: capitalize;
	color: #094e8c;
	margin-bottom: -.5em;
}
h1 {	font-size: 1.8em;}
h2 {	font-size: 1.6em;}
h3 {	font-size: 1.1em;}
h4 {	font-size: 1.1em;}
h5 {	font-size: 1.1em;}
h6 {	font-size: 1.1em;}

p  { 
	font: .6em Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	line-height: 1.75em;
}

#name  {
	margin: 0 0 0 10px;
}
#mastpic  {
	width: 685px;
	background: #094e8c;
	margin: 0 0 0 10px;
	padding: 1px 0 0 0;
}
#sidebar  {
	width: 175px;
	background: #2166b1;
	float: left;
	margin: 0 0 0 10px;
}
* html #sidebar {
	display: inline;
}
#maincontent {
	width: 475px;
	height: auto;
	float: left;
	padding: 10px 0 0 20px;
	margin: 0;
	min-height: 600px;
} 
#maincontent p, h1, h5, h6 {
	margin: 0;
}
#maincontent h6 {
	font: bold .8em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
#footer  {
	height: 50px;
	clear: both;
	text-align: center;
	color: #666;
	font: .6em Verdana, Arial, Helvetica, sans-serif;
}
#copyright  {
	left: 0px;
	top: 7px;
	position: relative;
	top: 60px;
}
#bluejimi  {
	left: 0px;
	top: 24px;
	position: relative;
	top: 60px;
	height: 25px;
}
#nav  {
	background: url(../images/nav_bg.jpg) no-repeat left top;
	width:175px;
	top: 0;
	left: 0;
}
#nav  a,  #nav a:visited  {
	color: #fff;
	text-decoration: none;
	font: .6em Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0px 3px 5px;
	margin-left: 0px;
	display: block;
	line-height: 2em;
	width: auto;
	height: auto;
}
#nav a:hover  {
	background: #094e8c;
}
#nav ul  {	
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li  {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #7dd2f4;
}
.doubleline  {
	line-height: 1.5em;
}

/*
#test #maincontent p, #contact #maincontent p, #case #maincontent p, #calendar #maincontent p {
	height: 600px;
}
*/

.youarehere  {
	background: #094e8c;
}
.bold  {
	font-weight: bold;
}