body {
	background-color: #999999;
	margin: 10px;
}

.common_wrapper {
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
}

#common_header {
	position: relative;
	height: 90px;
	background: #AD1200 url(../images/header_bg.jpg) no-repeat;
}

#common_menustrip {
	position: relative;
	width: 780px;
	height: 35px;
	background: #FF1C30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#common_footerstrip {
	position: relative;
	width: 780px;
	height: 15px;
	background: #FF1C30;
}

.menustrip_right {
	float: right;
}

#common_menustrip ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#common_menustrip li {
	float: left;
	margin: 0px;
}

#common_menustrip a:link, #common_menustrip a:visited {
	color: #000000;
	text-decoration: none;
	text-align: center;
}

#common_menustrip a:hover, #common_menustrip a:active {
	color: #000000;
	text-decoration: none;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#common_menustrip li a {
	float: none;
}
/* End hide */

#common_commentcorgi {
	position: absolute;
	top: 201px;
	left: 645px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#common_commentoftec {
	position: absolute;
	top: 201px;
	left: 707px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.comment_image {
	position: absolute;
	left: 13px;
	top: 165px;
}

#common_commentstrip {
	width: 764px;
	height: 60px;
	background: #FFFFFF;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 120%;
	border-bottom: 15px solid #FF1C30;
}

#common_commentstrip p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 120%;
}

#common_commentstrip img {
	float: right;
	margin: 0px;
	margin-right: 20px;
}

#common_footer {
	position: relative;
	height: 50px;
	background: #AD1200;
	margin-bottom: 10px;
}

#common_footer a:hover, #common_footer a:active, #common_footer a:link, #common_footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#common_footer a:hover, #common_footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.common_copyright {
	position: absolute;
	width: 200px;
	top: 10px;
	left: 20px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.common_legal {
	position: absolute;
	width: 200px;
	top: 10px;
	right: 20px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}