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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #dc373e;
	margin: 0px;
	background-position: center top;
	background-image: url(assets/bgimg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
#containment {
	width: 602px;
	position: relative;
	top: 60px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(assets/cont_bg.gif);
	margin-bottom: 20px;
}
h1 {
	font-size: 1.2em;
	color: #cc004a;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 0px;
}
#footer {
	background-image: url(assets/footer_img.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 602px;
	color: #cc004a;
	font-size: 90%;
	
}
#contents {
	width: 385px;
	margin-left: 30px;
	color: #222222;
}
p  {
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0.8em;
}
.tag_line {
	font-style: italic;
	color: #d80808;
	margin-top: 0px;
}
#nav {
	width: 125px;
	position: absolute;
	left: 457px;
	top: 15px;
}
#footer p {
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 3px;
	padding-bottom: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #cc004a;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 20px;
	padding-bottom: 0.2em;
	margin-bottom: 0em;
}
.img_border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7ebe49;
	border-right-color: #7ebe49;
	border-bottom-color: #7ebe49;
	border-left-color: #7ebe49;
}
.floatR {
	float: right;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-top: 5px;
}
.floatL {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-top: 5px;
}
ul {
	list-style-position: inside;
	margin-left: -10px;
	margin-top: 0em;
	list-style-image: url(assets/dot.gif);
	font-size: 0.9em;
}
.notation {
	color: #762d48;
	font-size: 0.8em;
	margin-left: 15px;
}
.clear {
	clear: both;
	padding-top: 10px;
}
li {
	margin-bottom: 0.2em;
}
#nav p {
	color: #d80808;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.85em;
}
#nav a {
	color: #cc004a;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
	color: #762d48;
}
a {
	color: #cc004a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #d80808;
	text-decoration: none;
}
h3 {
	font-size: 1em;
	margin-bottom: 0.3em;
}
#nav a:visited {
	color: #762d48;
}
#web_credit {
	font-size: 0.8em;
	color: #f79420;
	text-align: center;
	width: 602px;
	margin-right: auto;
	margin-left: auto;
	background-color: #dc373e;
	padding-top: 15px;
	padding-bottom: 30px;
}
#web_credit  a, a:visited {
	color: #f79420;
	text-decoration: none;
}
#web_credit a:hover {
	color: #f79420;
	text-decoration: underline;
}

