body {
	background-color: #3c4446;
	margin:0px;
	background-image: url('/images/frame.gif');
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica;
}

.container {
	width:100%;
	
}

.mainbackground {
	width:987px;
	height:377px;
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
	margin-left:1px;
}

.bottombackground {
	width: 987px;
	height:400px;
	background-image: url('/images/backgroundbottom.jpg');
	background-repeat: repeat-y;
	margin-left:1px;
}

.content-container {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}

.left_margin {
	width:200px;
	border:1px solid red;
}

.header {
	margin-bottom:30px;
	font-size:22pt;
	text-align:right;
	color: #585858;
}

.intro {
	margin-bottom:20px;
	font-weight:bold;
	font-size:12pt;
	color: #585858;
}

.breadtext {
	font-size:11pt;
	font-weight:normal;
	color: #585858;
}

.breadtext td {
	font-size:11pt;
}

.breadtext a {
	color: #fe3434;
}

.smalltext {
	font-size:9pt;
}

.smalltext td {
	font-size:9pt;
}

.imageblock_top {
	margin-bottom:10px;
	text-align:right;	
}

.imageblock_bottom {
	margin-top:20px;
}

.mainimage {
	border:1px solid #cccccc;
}

.thumbimage {
    border:1px solid #cccccc;
    margin-right:10px;
    margin-bottom:10px;
}

.thumbintro {
	font-size:10pt;
}

.bottomimage {
	border:1px solid #cccccc;
}

.imagetext_top {
	text-align:right;
	margin-top:5px;
	font-style:italic;
	font-size:10pt;
}

.imagetext_bottom {
	text-align:center;
	margin-top:5px;
	font-style:italic;
	font-size:10pt;
}

.leftmenu {
	font-size:11pt;
	width:122px;
	margin-top:3px;
	margin-bottom:5px;
	font-size:9pt;
	font-weight:bold;
	margin-left:1px;
}
	
.leftmenu a {
	color: #585858;
	text-decoration:none;
	display:block;
	height:auto;
	width: inherit;
	padding-top:2px;
	padding-bottom:2px;
}

.leftmenu a:hover {
	background-color:#ffffff;
	width:122px;
	height:auto;
}
	
	
	 
