@charset "UTF-8";
/* CSS Document */


#header {
	background: #00CCCC;
	width: 900px;

}

#footer {
	height: 50px;
	width: 900px;
	font: 10px Arial, Helvetica, sans-serif;
	padding-top: 10px;
	color: #666666;

}

#sidebar {
	padding: 10px;
	border: 1px solid #CCCCCC;

}

.story {
	padding: 20px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;

}

.story img {
	padding: 0px 0px 10px 10px;
	margin-bottom: 0px;
	float: right;

}

/* Main Structure */
.main_left_td {
	vertical-align: top;
	width: 145px;
}

.main_middle_td {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding-left: 20px;
	padding-top: 10px;
	color: #333333;
	padding-right: 0px;
}

.main_right_td {
	text-align: left;
	vertical-align: top;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding-top: 10px;
}

.content_td_sidebar {
	text-align: left;
	vertical-align: top;
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 0px;
	padding-left: 10px;
}

.content_td_main {
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
}
.main_middle_td p {
	margin: 0px 0px 5px;
	padding: 0px;
}

/* Image Controls */

.img_float_right {
	float: right;
	padding-bottom: 30px;
	padding-left: 30px;
}

.img_float_left {
	float: left;
	padding-bottom: 30px;
	padding-right: 30px;
}


/* background */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px 0px 0px 62px;
	background-image: url(/componets/background.jpg);
	background-repeat: no-repeat;
}

/* Links */

a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: underline;
	color: #000099;
}


/* Table Cells */

.td_cell_lines {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
