/* Main */
body {
	font-family: verdana, sans-serif;'Gentium Basic',serif;
	font-size: 11px;
	background: #CCCC99;
	}
	
#container {
	width: 760px;
	padding: 30px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 auto;
	}
	
/* Head */
/* border-left: 4px solid #CCCC99; */
/* border-right: 4px solid #CCCC99; */
/* letter-spacing: 0.1em; */
/* border-bottom: 2px solid #CCCC99; */
#header {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-family: times new roman, sans-serif;'Gentium Basic',serif;
	font-size: 32px;
	text-align: center;
	
	}

/* Nav */
#tabnav	{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	font-size:11px;
	text-align:right;
	}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #CCCC99;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #000;
	text-decoration: none;
	color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
	}

#tabnav a:hover	{
	background: #fff;
	}
	
/* Content */
#gallerycontent {
	width: 740px;
	margin-top: 15px;
	min-height:1200px;
	}

#gallerycontent h2 {
	font-size: 20px;
	}
	
#content {
	width: 740px;
	margin-top: 15px;
	}

#content ul {
	font-size:12px;
	}

img.content {
	border: 1px solid #000;
	display: block;
	margin-left: auto;
    	margin-right: auto
	}
	
#content h2 {
	font-size: 20px;
	margin-bottom: 2px;
	}

#content h3 {
	margin-top: 2px;
	font-size: 16px;	
	}
	
#content p {
	font-size: 12px;
	}
	
#content a, a:visited {
	color: #666600;
	text-decoration: underline;
	font-size: 13px;
	}
	
#content a:hover {
	color: #000000;
	font-size: 13px;
	}
	
#commcontent {
	width: 740px;
	margin-top: 15px;
	min-height: 450px;
	}

#commcontent ul {
	font-size:12px;
	}

img.commcontent {
	border: 1px solid #000;
	display: block;
	margin-left: auto;
    	margin-right: auto
	}
	
#commcontent h2 {
	font-size: 20px;
	margin-bottom: 2px;
	}

#commcontent h3 {
	margin-top: 2px;
	font-size: 16px;	
	}
	
#commcontent p {
	font-size: 12px;
	}
	
#commcontent a, a:visited {
	color: #666600;
	text-decoration: underline;
	font-size: 13px;
	}
	
#commcontent a:hover {
	color: #000000;
	font-size: 13px;
	}

	
/* Sidebar */
#sidebar {
	width: 390px;
	float: right;
	clear: none;
	margin-top: 15px;
	text-left: right;
	}
	
#sidebar h3 {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	}
	
#sidebar ul {
	font-size: 12px;
	}
	
#sidebar a, a:visited {
	color: #666600;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #000000;
	}
img.sidebar {
	padding-left:5px;
	}

#sidebar p {
	margin:10px;
	}
	
/* footer */
#footer {
	color: #666;
	text-align: center;
	border-top: 1px solid #ccc;
	size: 11px;
	margin-top: 30px;
	margin-bottom: 0;
	}
	
#footer a, a:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #000000;
	}

