@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family:"Times New Roman", Times, serif;
	color:#333;
	font-size:12px;
	line-height:1.5em;
	margin-top:25px;
}
#container {
	width:915px;
	min-height:500px;
	margin:0 auto;
}
#header {
	width:auto;
	height:100px;
}
#flash {
	width:auto;
	min-height:210px;
	margin-top:5px;
	text-align:center;
	border:1px solid #CCC;
	background-image:url(../images/text_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#content {
	width:auto;
	min-height:310px;
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	padding:10px;
	border:1px solid #CCC;
	background-image:url(../images/text_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:left;
}
#sidebar {
	width:190px;
	min-height:310px;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	text-align:left;
	border-left:1px dashed #999;
}
#footer {
	width:auto;
	height:20px;
	text-align:right;
	padding-right:15px;
}

/* Header */
.logo {
	float:right;
	margin-right:10px;
}
.menu {
	width:400px;
	height:50px;
	float:left;
	margin-left:15px;
	margin-top:15px;
}
.btn {
	width:80px;
	height:20px;
	float:left;
	text-align:left;
	font-weight:bold;
	font-size:13px;
	margin-bottom:5px;
	border-bottom:1px dashed #666;
}
.btn a {
	text-decoration:none;
	color:#666;
}
.btn a:hover {
	text-decoration:underline;
	color:#F03:
}

/* Titles & Links */
.page_title {
	font-size:16px;
	color:#000;
	margin-left:10px;
	font-weight:bold;
}
#footer a {
	text-decoration:none;
	color:#666;
}
#footer a:hover {
	text-decoration:none;
	color:#F03;
}

/* Misc */
.clear {
	clear:both;
}
.align_l {
	text-align:left;
}
.align_c {
	text-align:center;
}
.align_r {
	text-align:right;
}
