/* 
//
// Virtugon	 Content Management System
//
// File:    san.css
// Version: 1.0
// Editor:  Jeroen D <jeroen@virtugon.nl>
//
// Copyright (C) 2008, all rights reserved.
//
*/

#container {
	position: relative;
	top: 0px;
	bottom:0px;
	width: 1011px;
	height: 100%;
	text-align: left;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	margin: auto;
}

#header {
	position: relative;
	width: 100%;
	height: 181px;
}

#middle {
	position: relative;
	width: 971px;
	left: 31px;
	background: url(../../images/san/contentbg.png);
	min-height: 424px;
}

#photo {
	position: relative;
	width: 350px;
	left: +25px;
	top: 17px;
	float: left;
	margin: 0;
}

#content {
	position: relative;
	width: 410px;
	left: 20px;
	top: 17px;
	overflow: auto;
	height: 390px;
	padding-right: 20px;
	font-family: arial, helvetica;
	font-size: 10pt;
}

#submenu {
	position: absolute;
	right: 28px;
	top: 17px;
	height: 424px;
}

#footer {
	position: relative;
	width: 100%;
}

.menuitem {
	margin: 10px 0px;
	color: #D2186C;
}

.menuitem a {
	color: #D2186C;
	text-decoration: none;
}

body {
	background: url(../../images/san/mainbg.png);
	background-repeat: repeat-x;
	background-color: #579C42;
	margin: 0;
}

html, body {
	margin: 0;
	width: 100%;
	text-align: center;
}

h1 {
	color: #D2186C;
	font-size: 14pt;
	font-weight: normal;
	margin: 0px 0px 7px 0px;
}

h2 {
	color: #D2186C;
	font-size: 12pt;
	font-weight: normal;
}