@charset "UTF-8";
/* Structure */
body {
	background-image:url(../images/dreamstime_842578.jpg);
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	width:1000px;
	min-height:600px;
	margin:0 auto;
}
#header {
	width:auto;
	height:175px;
}
/*#sidebar {
	width:250px;
	height:500px;
	float:left;
}
#content {
	width:750px;
	height:500px;
	float:left;
}*/
#sidebar {
	width:200px;
	height:450px;
	margin-right:25px;
	overflow:auto;
	float:left;
}
#content {
	width:auto;
	padding-left:15px;
	padding-right:15px;
	background-image:url(../images/content.png);
	background-position:center;
	background-repeat:repeat;
	color:#FFF;
}
#footer {
	width:auto;
	height:15px;
	padding-right:25px;
	margin-top:5px;
	color:#FFF;
	font-weight:bold;
	text-align:right;
}

/* Menu */
#menu {
	width:550px;
	height:35px;
	margin-top:75px;
	float:left;
}
.btn {
	width:95px;
	height:25px;
	float:left;
	margin-left:5px;
}
.btn a {
	width:90px;
	height:25px;
	padding-top:10px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.btn a:hover {
	width:90px;
	height:25px;
	padding-top:10px;
	background-color:#D92F5C;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

/* Misc */
.title {
	font-size:16px;
	font-weight:bold;
	padding-left:25px;
}
.clear {
	clear:both;
}
.align_l {
	text-align:left;
}
.align_c {
	text-align:center;
}
.align_r {
	text-align:right;
}
.corners {
	width:auto;
	min-height:20px;
}
.img {
	padding:5px;
	margin:10px;
	float:left;
}
.video {
	min-width:425px;
	height:400px;
	margin-left:25px;
	margin-bottom:25px;
	float:left;
	text-align:center;
}
.text_box {
	width:400px;
	height:200px;
	float:left;
	margin-left:15px;
	margin-right:15px;
	margin-top:25px;
}
.flyer {
	width:900px;
	min-height:225px;
	margin-left:25px;
	margin-top:25px;
	clear:both;
}
.image {
	margin:10px;
}

/* Links */
a {
	text-decoration:underline;
	color:#F00;
}
a:hover {
	text-decoration:underline;
	color:#C00;
}