﻿
p {
	font-family: Verdana;
	font-size: medium;
	color: #000000;
	text-align: left;
}

a:link  {
	font-family: "Bodoni MT Black";
	font-size: x-large;
	color: #FFFFFF;
}

a:visited {
	font-family: "Bodoni MT Black";
	font-size: x-large;
	color: #F8D8A9;
}

a:hover {
	font-family: "Bodoni MT Black";
	font-size: x-large;
	color: #FF9900;
}
	
.style108 {
	font-family: "Brush Script MT";
	font-size: 60px;
	color: #F8D8A9;
}

/*<==================================================================BODY===============>*/
#body  {
	margin: 0px;
	padding: 0px;
	background-image: url('images/backgrounds/graypapr.GIF');
}
/*<==================================================================WRAPPER=============>*/
#wrapper {
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

/*<==================================================================HEADER============>*/
#header {
	width: inherit;
	height: auto;
	position: relative;
	margin-top: 3px;
}

#header-mast {
	width: inherit;
	height: auto;
}

#mast-nav {
	position: absolute;
	top: 6px;
	left: 802px;
	width: 109px;
	height: 124px;
	z-index: 3;
	visibility: visible;
	text-align: right;
}

/*<=================================================sub element of wrapper=================>*/
#title-mask  {
	background: #162770;
	width:945px;
	height: auto;
}

#content {
	width: 950px;
	height: auto;
}
/*<--------------------------------------sub elements of content----------------------------->*/
#main {
	width: 650px;
	float: right;
	height: auto;
	margin: 0px;
}
/*<---------------------------------------------sub element of content--------------------->*/
#left-nav {
	float: left;
	width: 250px;
	height: auto;
	margin-top: 2px;
}

#clear {
	clear:both;
	height:1px
}
/*<================================================sub element of wrapper=====================>*/

#bottom-nav {
	width: 950px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0 5px 0;
	text-align: center;
	color: #99BBDE;
	background-color:#D4E2Ef;
}
/*<=====================================================sub element of wrapper===================>*/

#footer {
	width: 950px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-top-color: #FF6600;
	color: #808080;
	font-family: Verdana;
	font-size: medium;
	text-align: center;
	padding: 10px 0 10px 0;
}

