html
{
	height:100%;	
}

* html html
{
	height: auto;
}

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 13px;
	color: #294145;
}

* html body
{
	height: auto;
}

#page
{
	background-image: url(images/page_bg_tiled.jpg);
	background-repeat: repeat;
    min-height: 100%;
    position: relative;	
}

* html #page
{
	height: auto;
}

#pagetop
{
	background-image: url(images/page_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#pagebottom
{
	height: 54px;
	background-image: url(images/page_bg_bottom.jpg);
	background-repeat: repeat-x;
	position: absolute;
    bottom: 0;
    width: 100%;	
}

#wrapper
{
	width: 900px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	height: 100%	
}	

#header
{
	width: 900px;
	padding: 0px;
}

#frame
{
	width: 900px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 0;
	padding-bottom: 15px;
}

#content
{
	width: 655px;
	margin-left:0;
	margin-right:0;
}

#nav
{
	height: 24px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 25px;
	width: 655px;
}

#footer
{
	margin: 0;
	padding: 0;
	width: 900px;
	background-image: url(images/frame_bg.gif);
	background-repeat: repeat;	
}

#copyright
{
	text-align: center;
	height: 22px;
	font-size: 8pt;	
	color: #FFFFFF;
}

#meltedmedia
{
	text-align: center;
	height: 50px;
}

hr
{
	color: #C34934;
	height: 1px;
	border-style: dotted;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;		
}

html>/**/body hr
{
	margin-top: 30px;
	margin-bottom: 30px;
}

#nav hr
{
	color: #294145;
	height: 1px;
	border-style: solid;
	margin-top: 0;
	margin-bottom: 0;	
}

html>/**/body #nav hr
{
	margin-top: 5px;
	margin-bottom: 5px;
}

h1
{
	font-size: 16px;
	color: #294145;
	text-align: center;
}

* html h1
{
	margin-top: 0;
}

h2
{
	font-size: 14px;
	color: #C34934;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;	
}

h3
{
	font-size: 12px;
	color: #C34934;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;	
}

p
{
	font-size: 13px;
	color: #294145;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}	

li
{
	font-size: 13px;
	color: #294145;
	margin-left: 15px;
	margin-right: 15px;	
}

ul.padded li
{
	margin-top: 10px;
	margin-bottom: 10px;		
}
	
.center
{
	text-align: center;
}

.left
{
	float: left;
	margin-right: 15px;
}

.right
{
	float: right;
	margin-left: 15px;
}

.photo
{
	border: 1px solid #294145;
}

.quote
{
	background: #F8EDD6;
	border: 1px dashed #C34934;
	margin-left: 15px;
	margin-right: 15px;	
}

.quote p
{
	color: #C34934;
	font-weight: bold;
}

.clearforce
{
	clear: none;
}

html>/**/body .clearforce
{
	clear: both;
	height: 25px;
}

.clearfix
{

}

html>/**/body .clearfix
{
	margin-bottom: -25px;
}

.awards
{
	background: #F8EDD6;
	border: 1px dashed #294145;
	margin: 0;
	margin-left: 15px;
	margin-right: 15px;		
}

.awards p
{
	color: #294145;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
}

.teaser1, .teaser2, .teaser3
{
	float: left;
	width: 200px;
	min-height: 170px;
	padding: 10px;
	margin-right: 5px;
	padding-bottom: 0;	
	margin-left: 5px;
	background: #F8EDD6;
	border: 1px dashed #C34934;
	color: #C34934;
	padding: 0;
	padding-top: 10px;
}

.teaser1
{
	margin-left: 13px;
}

.teaser2
{
	background: #F8EDD6;
	border: 1px dashed #294145;	
	width: 201px;
}

.teaser3
{
	margin-right: 0;
}

.teaser1 p, .teaser3 p
{
	color: #C34934;
}

.teaser1 p, .teaser2 p, .teaser3 p
{
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;	
}

.teaser1 h2, .teaser2 h2, .teaser3 h2
{
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;	
}

* html .teaser1, * html .teaser2, * html .teaser3
{
	width: 200px;
	height: 190px;
}	

* html .teaser1
{
	margin-left: 7px;
}
