/* ------ GENERAL ------ */
@charset "utf-8";
html, body {
	height: 100%;
	background-image: url(/pics/bg.png);
	background-repeat:repeat-y;	
}

* {
	margin: 0;
	padding: 0;
}

/* ------ PAGE LAYOUTS ------ */
#page {
	position:relative;
	min-height: 100%;
	width: 1000px;
/*	background-color: #995556;*/
}

#header {
	background-color: #995556;
}

#middle {
	height: 100%;
}

#footer {
	position:absolute;
	bottom: 0;
	width: 690px;
	border-top: 1px;
	border-top-color: #B37778;
	border-top-style:solid;
	margin-left: 230px;
}

#topleftlogo {
	float: left;
	width: 150px;
	height: 100px;
	text-align: right;
	color:#FFFFFF;
}

#logo1 {
	position:absolute;
	top: 10px;
	left: 10px;
	/*width: 400px;*/
	width: 274px;
	height: 204px;
	background-image:url(pics/logo1.png);
	background-position: left top;
	background-repeat: no-repeat;	
	z-index: 90;
}
#logo2 {
	position:absolute;
	top: 10px;
	left: 284px;
	/*width: 400px;*/
	width: 125px;
	height: 89px;
	background-image:url(pics/logo2.png);
	background-position: left top;
	background-repeat: no-repeat;	
	z-index: 90;
}


#toplogo {
	text-align:center;
	margin-left: 200px;
	width: 800px;
	height: 100px;
}

#topleftmenu {
	width: 195px;
	height: 40px;
}

#topmenu {
	margin-left: 145px;
	width: 855px;
	height: 40px;
	background-color:#B37778;
	background-image:url(pics/corner1.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#topspacer {
	margin-left: 150px;
	width: 850px;
	height: 5px;
	background-color:#FFFFFF;
	background-image:url(pics/corner2.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#leftbar {
	float: left;
	background-image:url(pics/lightred.png);
	background-position:right;
	background-repeat:repeat-y;
	float: left;
	width: 150px;
}

#clear50 {
	width: 100%;
	height: 50px;
}

#leftmenuheader {
	margin-left: 20px;
	width: 130px;
	height: 10px;
	background-color:#B37778;
	background-image:url(pics/corner1.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#leftmenucontent {
	margin-left: 20px;
	width: 120px;
	text-align:right;
	padding-right: 10px;
	background-color:#B37778;
}

#leftmenufooter {
	margin-left: 20px;
	width: 130px;
	height: 10px;	
	background-color:#B37778;
	background-image:url(pics/corner3.png);
	background-position: left bottom;
	background-repeat: no-repeat;	
}

#content {
	background-image:url(pics/corner2.png);
	background-position: left top;
	background-repeat: no-repeat;	
	margin-left: 150px;
	width: 850px;
}

/* ------ TOP NAVIGATION ------ */

ul#topnav {
	margin: 0;
	padding-left: 140px;
}

ul#topnav li {
	list-style: none;
	display: inline;
	margin-left: 22px;
	padding: 0;	
}

/* ------ LEFT NAVIGATION ------ */

ul#leftnav {
	margin: 0;
	padding: 0;
}

ul#leftnav li {
	list-style: none;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* ------ MENUS ------ */

.menu * {
	font-family: 'Titillium Web', sans-serif
}
.menu h1 {
	font-size: 22px;
	font-style:normal;
	color: #FFFFFF;
}

.menu a {
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}

.menu a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.topmenu a {
	font-size: 22px;
	line-height: 40px;
}

.leftmenu h1 {
	font-size: 22px;
	font-style:normal;
	line-height: 40px;
}

.leftmenu a {
	font-size: 14px;
	line-height: 16px;
}


/* ------ MENUTEXT ------ */
.menutext * {
	font-family: 'Titillium Web', sans-serif;
	color: #FFFFFF;
	text-decoration:none;
}

.menutext p {
	font-size: 11px;
	line-height: 13px;
}

/* ------ MENUTEXT ------ */
.footertext * {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	color: #B37778;;
}

.footertext p {
	font-size: 11px;
	line-height: 13px;
}


/* ------ TEXT ------ */
.text * {
	font-family: 'Titillium Web', sans-serif; 
	color: #995556;
}

.text p {
	margin-left: 80px;
	margin-right: 50px;
	font-size: 14px;
}

.text ul {
	margin-left: 100px;
	margin-right: 50px;
	font-size: 14px;
}

.text h3 {
	margin-left: 60px;
	margin-bottom: 10px;
	margin-top: 10px;	
	font-size: 18px;
}

.text h4 {
	color: #FFFFFF;
	font-size: 10px;
	font-style:normal;
}
