@charset "utf-8";
/* CSS Document */
body {
	background: url(../img/common/bg_main.gif) top repeat-x #C2D9F0;
	margin: 0 auto;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

img {
	border: 0 solid #000000;
}

a {
	color: #7A7A7A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#top_col {
	vertical-align: top;
}
#top_col a {
	margin-left: 4px;
}
#left_col {
	width: 153px; 
	border-right: 1px solid #000000;
	vertical-align: top;
}
#right_col {
	width: 807px;
	padding-left: 17px;
	vertical-align: top;
}
#footer_col {
	border-top: 1px solid #000000;
	padding: 4px;
}
#footer_col a {
	color: #000000;
}

p {
	margin: 0 0 1em 0;
}
