
/*
Structure
---------
*/

body
{
	background: url("../data/images/site/bg2_day.png");
	font-size: 13px;
	font-family: sans-serif;
}

img
{
	border: 0;
}

div.main-container
{
	width: 900px;
	min-height: 800px;
	margin: 10px auto;
	background: url("../data/images/site/bg.png");
	border: 3px solid #590000;
}

div.top
{
	width: 100%;
	height: 150px;
	background: #202020 url("../data/images/site/banner.png") no-repeat;
	overflow: hidden;
}

div.top-seperator
{
	width: 100%;
	height: 3px;
	background: #590000;
}

div.menu
{
	width: 99%;
	margin-top: 128px;
	text-align: right;
	
	font: italic 17px serif;
	color: white;
}

div.menu a:link, div.menu a:visited
{
	color: white;
	text-decoration: none;
}

div.menu a:hover
{
	color: #590000;
}


img.logo
{
	width: 128px;
	height: 128px;
	margin: 12px 0 0 12px;
	float: left;
}

div.bottom
{
	width: 900px;
	margin: 0px auto;
	text-align: center;
	
	font: italic 17px serif;
	color: #590000;
}

div.bottom a:link, div.bottom a:visited
{
	color: #590000;
	text-decoration: none;
}

div.bottom a:hover
{
	color: white;
}



/*
Content
----
*/

/* containers main*/


div.main-text
{
	padding: 25px;
	color: #382416;
}

div.main-text a:link, div.main-text a:visited
{
	color: #704214;
}

p
{
	text-align: justify;
}

p.quote
{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	font-style: italic;
}

p.para-float-right
{
	float: right;
	margin: 0 0 2px 10px;
}


/* headers */

h1, h2, h3, h4
{
	font-family: serif;
	font-style: italic;
	margin-left: -10px;
}

h1, h2
{
	color: #590000;
}


h3, h4
{
	color: black;
}

h2.tagline
{
	color: #382416;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin-top: -10px;
}

h1 { font-size: 26px; }
h2 { font-size: 23px; }
h3 { font-size: 17px; margin-top: 30px; margin-bottom: 10px; }
h4 { font-size: 15px; }

h3.sub
{
	margin-top: -10px;
}

/* lists */

li
{
	margin-top: 4px;
}

ul.double-spaced > li
{
	margin-top: 8px;
}

/* containers other*/

span.vg-title
{
	font-style: italic;
}

div.container-float-right
{
	float: right;
	margin: 0 0 2px 10px;
}

div.container-float-left
{
	float: left;
	margin: 0 10px 2px 0;
}

div.container-center
{
	width: 100%;
	text-align: center;
}


/* gallery */

div.image-gallery
{
	overflow: hidden;
}

div.image-gallery div.image-container
{
	margin: 10px 0;
}

div.image-container
{
	width: 260px;
	min-height: 170px;
	text-align: center;
}

div.image-container p
{
	width: 100%;
	text-align: center;
	margin: 0;
	
	font-size: 11px;
	font-style: italic;
}










