@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/img_spacer_left.gif);
	font-size:72.5%; 
}
.style1 {font-size: 12px}
.style2 {color: #FFFFFF}
.style4 {color: #FFFFFF; font-size: 10px; }
.style5 {font-family: "Times New Roman", Times, serif}
.style7 {font-family: "Times New Roman", Times, serif; font-size: 14px; }
a:link {
	color: #d41086;
	text-decoration: none;
}
a:visited {
	color: ea4ca3;
	text-decoration: none;
}
.style8 {color: #d41086}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style9 {font-size: 16px}

/* Layout Styles */
#wrapper {
	width:800px;
	margin:10px auto 10px auto;
}

#leftside {
	width:126px;
	float:left;
}

#center {
       margin: 0 0 0 126px;
}

#rightside {
	width:61px;
	float:right;
}
/* End Layout Styles */

/* Left Side Styles */


/* End Left Side Styles */

/* Center Styles */
#blog_content {
	background-color:#FFFFFF;
	padding: 0px;
	width:610px;
}

/* End Center Styles */

/* Right Side Styles */

/* End Right Side Styles */

/* Footer Styles */
#footer_nav {
	width:800px;
	margin:15px auto 10px auto;
	text-align:center;
}

/* Misc Styles */
.clear {
	clear:both;
}