body{
	margin: 15px;
	border: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: #F1EDBC;
}

#Page{
	width: 960px;
	margin: auto;
	padding: 0;
}

#TopBar{
	width: 960px;
	height: 15px;
	color: #000;
	background-color: #FFF;
	background-image:   url("/Templates/images/topbottombar.png");
	background-repeat: no-repeat;
}

#PhotoBar, #PhotoBar-Small{
	position: absolute;
	width: 781px;
	height: 352px;
	top: 25px;
	margin-left: 176px;
	padding: 5px;
	overflow: auto;
	background-image:   url("/Templates/images/photo-shadow.png");
	background-repeat: no-repeat;
}

#PhotoBar-Small{
	height: 148px;
	padding: 5px;
	overflow: hidden;
	background-image:   url("/Templates/images/photo-shadow-small.png");
	background-repeat: no-repeat;
}

#PhotoBar-Small2{
	width: 764px;
	height: 135px;
	overflow: hidden;
	background-image:   url("/Templates/images/avant-cappuchino-small.jpg");
	background-repeat: no-repeat;
}

#TitleBar, #TitleBar-Small{
	position: absolute;
	width: 774px;
	height: 45px;
	margin-top: 344px;
	margin-left: 176px;
	color: #FFF;
	background-color: #702424;
	background-image:   url("/Templates/images/titlebar.png");
	background-repeat: no-repeat;
	overflow: auto;
}

#TitleBar-Small{
	margin-top: 140px;
}

#TitleBar-Content{
	padding: 5px;
	padding-top: 7px;
	padding-left: 14px;
}

#TitleBar h1, #TitleBar-Small h1{
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: inherit;
	font-weight: lighter;
	font-size: 19.5pt;
}

#SideBar, #SideBar-Title, #SideBar-Small{
	position: absolute;
	top: 371px;
	width: 140px;
	margin-left: 26px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#SideBar-Title{
	top: 25px;
}

#SideBar-Title h3{
	color: #FFF;
	background-color: inherit;
	font-size: 1.6em;
	text-align: center;
}

#SideBar-Small{
	top: 167px;
}

#SideMenu li{
	margin-left: -25px;
	margin-bottom: 5px;
	font-size: 12pt;
}

#SideBar ul li, #SideBar-Small ul li{
	list-style-image: url(/Templates/images/icon-sidebar.png);
}

#SideMenu a:link, #SideMenu a:visited{
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
}

#SideMenu a:hover{
	color: #F3BEBE;
	background-color: inherit;
	text-decoration: underline;
}

#ContentArea{
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-image:   url("/Templates/images/background.png");
	background-repeat: repeat-y;
}

#Content, #Content-Small{
	min-height: 100px;
	padding-top: 383px;
	padding-bottom: 0;
	margin-right: 25px;
	margin-left: 191px;
	font-size: 0.8em;
	text-align: justify;
}

#Content-Small{
	padding-top: 179px;
}

#Address{
	clear: both;
	padding-top: 10px;
	padding-bottom: 0;
	padding-right: 25px;
	padding-left: 195px;
	font-size: 0.8em;
	text-align: center;
}

#BottomBar{
	height: 15px;
	padding: 0;
	color: #000;
	background-color: #FFF;
	background-image:   url("/Templates/images/topbottombar.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

#Footer{
	margin-top: -5px;
	font-size: 10pt;
	text-align: center;
}

#Footer a:link, #Footer a:visited{
	color: #702525;
	background-color: inherit;
	text-decoration: none;
}

#Footer a:hover{
	color: #9B4545;
	background-color: inherit;
	text-decoration: underline;
}

a:link, a:visited{
	color: #702525;
	background-color: inherit;
	text-decoration: underline;
}

a:hover{
	color: #9B4545;
	background-color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, legend{
	color: #000;
	background-color: inherit;
}

h1, h2{
	color: #702525;
	background-color: inherit;
	font-size: 1.6em;
}

h3{
	font-size: 1.3em;
}

h4, h5, h6{
	font-size: 1.2em;
}

.List li{
	padding: 0.3em;
}

img{
	border-color: #000;
}

ul li{
	list-style-image: url(/Templates/images/icon-list.png);
}

.Center{
	text-align: center;
}

.ListBar{
	float: left;
}

.Align-Image-Right{
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
}

.Align-Image-Left{
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}

.Align-Image-Right-New-Line{
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: both;
}

.Align-Image-Left-New-Line{
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
	clear: both;
}

.Image-Right-Margin{
	margin-right: 10px;
}

.Image-Top-Margin{
	margin-top: 10px;
}

.Image-Top-Right-Margin{
	margin-top: 10px;
	margin-right: 10px;
}

.New-Line{
	clear: both;
}

.hideme{
	display: none;
}

form, label, input{
	font-size: 10pt;
} 

fieldset{
	width: 92%;
	margin: auto;
	padding-top: 0.5em;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	
} 

.label{
	position:relative;
	width: 79%;
	display: block;
	margin-top: 1em;
} 

.label input{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
} 

.label select{
	position: absolute;
	left: 45%;
	top: 0;
} 

.label textarea{
	position: absolute;
	left: 45%;
	top: 0;
	width: 79%;
	height: 111px;
}

.textarea{
	height: 107px;
}