body{
	background:	#1354A5;
	background-image: url('images/bg_rose.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family:	Arial;
	color:	white;
}

h1{
	color: #4982C3;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-bottom: -3px;
}

h5{
	color: #4982C3;
	font-size: 90%;
	text-align: center;
	margin-top: -5px;
}

#main_logo{
	padding-top:	144px;
	margin-left:	45%;
	padding-right:	33px;
	text-indent:	2%;
	font-style:	italic;
	font-weight:	bold;
	font-size:	75%;
	background-image: url('images/main_logo.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	text-align:	right;
	height: 16	px;
	width:	450px;
}

#content{
	clear: right;
	margin-left: 33%;
	padding-top: 15px;
	margin-top: 25px;
}

.button{
	font-weight:	bold;
	text-decoration:	none;
	color: white;
	background-image:	url('images/button_up.jpg');
	padding: 22px 42px 22px 42px;
	margin: 45px -2px 45px -2px;
	margin-top: 100px;
}

.button:hover{
	font-weight:	bold;
	text-decoration:	none;
	background-image:	url('images/button_over.jpg');
	color:	#1354A5;
}

#contentframe{
	background-image: url('images/button_up.jpg');
	background-repeat: repeat;
	margin-top: 22px;
	margin-left: -2px;
	margin-bottom: -150px;
	padding: 10px 25px 10px 25px;
	width: 535px;

}

#contentframebottom{
	background-image: url('images/contentframebottom.jpg');
	background-repeat: repeat-x;
	margin-top: 150px;
	margin-left: -2px;
	margin-bottom: -150px;
	padding: 10px 25px 10px 25px;
	width: 535px;
	height: 50px;

}

#contentframe h1{
	color: #F99C1C;
	font-weight: bold;
	font-style: italic;
	margin: 1px;
	text-align: left;
}

#contentframe h2{
	color: #4982C3;
	font-weight: bold;
	font-style: italic;
	margin: 1px;
	text-align: left;
	font-size: 95%;
	margin-top: 15px;
}	

#contentframe a{
	text-decoration: none;
	color: #F99C1C;
}

#contentframe a:hover{
	background: #F99C1C;
	color: #1354A5;
}

#contentframe img{
	text-align: center;

	padding: 15px;
}

#sidebar{
	float:left;
	margin-top: -6px;
	width: 300px;
}

.sidebaritem{

	margin-bottom: 15px;

}


.sidebaritem a:link{
	text-decoration: none;
	background-image:	url('images/side_up.jpg');
	font-size: 80%;
	width: 208px;
	padding-top: 120px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	text-decoration: none;
}

.sidebaritem a:visited{
	color: #447dc0;
	background-image:	url('images/side_up.jpg');
	font-size: 80%;
	width: 208px;
	padding-top: 120px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	text-decoration: none;
}

.sidebaritem a:hover{
	background-image:	url('images/side_hover.png');
}


#footer{
	margin-top: 30px;
	background: #F99C1C;
	text-align: center;
	text-decoration: none;
	clear: both;
	margin-top: 16.6%;
	padding: 10px;
}

#footer a{
	font-size: 65%;
	font-weight: bold;
	border-right: 1px solid #1354A5;
	text-decoration: none;
	color: #1354A5;
	padding: 0px 7px 0px 7px;
	
}

#footer a:hover{
	border-right-color: white;
	color: white;
}

#fb{
	float: left;
	width: 120px;
}