/*  Common */

body {
	/* Layout */
	color: #FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
}
textarea,
input,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

h1 {

}
h2 {
	font-size: 160%
}
h3 {
	font-size: 125%
}
h4 {
	font-size: 110%;
}
img {
	border: none;
}

th, td {

}
/*  CONTENT */
#main_page_content {
	width: 740px;
	float: right;
}
#page_bg {
	padding: 0px 5px;
	background: url(../images/common/page_bg.gif) repeat-y left top;
	width: 730px;
}


/* FOOTER */

#footer {
	color: #ffffff;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}
#footer p {
	margin: 12px 0px 6px 0px;
	text-align: right;
	font-size: 110%;
}
#footer ul {
	/* Layout */
	margin: 12px 0px 6px 0px;
	padding: 0px 0px 0px;

	/* Fonts */
	list-style-type: none;
	text-align: center;
}
#footer li	{
	display: inline;
	padding: 0px 5px 0px 7px;
	border-right: solid 1px #ffffff;
}