.mainBody{
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	width: 100%;
}
.header{
	float: left;
	width: 100%;
	padding-bottom:30px;
	border-bottom:10px solid #ca032e;
}
.colleft{
	position: relative;
	width: 100%;
	right: 30%;
}
.col1{
	position: relative;
	overflow: hidden;
	float: left;
	width: 30%;
	left: 100%;
}
.col2{
	position: relative;
	overflow: hidden;
	float: left;
	width: 69%;
	left: 0%;
}
.footer{
	float: left;
	width: 100%;
	border-top:1px solid #ca032e;
}

.content
{
	padding:0 20px 20px 20px;
}

body {
	padding: 0px;
	margin: 20px 40px 20px 40px;
	font-size: 100%;
	background-color: #ffffff;
	min-width:1000px;
	color:#713234;
	font-family: 'MS Sans Serif';
	line-height:130%;

}

img {border: 0;}

a.mainLink
{
	color:#444140;
}

div#navigation
{
	background-color: #ffbaa8;
	padding: 10px 0px 10px 0px; 
	margin:30px 20px 0 10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-radius-bottom-left:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-top-left:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottom-right:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius-top-right:10px;
}

div#navigation p
{
	margin:0;
}

div#navigation ul
{
	 margin: 0;
	 padding: 0;
}

div#navigation ul li
{
	list-style-image:none;
	list-style-type:none;
	font-family: Tahoma, Arial;
	font-size:90%;
	padding:5px 15px 5px 15px;
}

div#navigation ul li.selected
{
	 background-color: #dd6546;
	 color:#ffd3c8;
}

div#navigation ul li a { color:#713234;}

h1
{
	font-family: Georgia, Tahoma;
	font-size: 200%;
	color: #dd6546;
	margin-top:30px;
}

.logo
{
	padding:0px 0px 0px 20px;
}


.left
{
	float:left;
	padding:0 0px 0px 20px;
}

.right
{
	margin-left:215px;
	padding-right:20px;
}

.colorText
{
	color:#713234;
}

.photo { border: 2px solid #3e3225; margin-right:10px;}

ul.num { list-style-type:decimal; font-family: 'MS Sans Serif'; line-height:130%;}