/* CSS Document */
/**
* KatMarie.com <http://www.katmarie.com>
* 
* Author:	KatMarie <admin@katmarie.com>
* Date: 	January 2008
* 
* This document contains the main CSS
*/

html, body {margin: 0;
padding: 0;
width: 100%;}

body {
	font-family: Verdana, Arial, Hevetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.25em;
	color: #000000;
	background-color:#white;
}

h1, h2, h3, h4 {
	font-weight: bolder;
	margin-left: 0px;
	}
	
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

#contain {background: white;
width: 70%;
border: 2px solid rgb(175,175,175);
border-color: rgb(175,175,175) rgb(90,90,90) rgb(90,90,90) rgb(175,175,175);
margin-left: auto;
margin-right: auto;
margin-top: 5%;}

#title {margin: 0;
padding: 0;
background: rgb(255,255,255) ;
height: 245px;
text-align: left;
border-bottom: 2px solid white;}

#image {float: right;
width: 100px;
height: 75px;}

#main {margin-left: 170px;
border-left: 1px solid rgb(212,227,209);
font-size: 0.9em;
text-align: left;}

#main2 {margin: 0;
font-size: 0.9em;
text-align: left;
background: white;
color: black;
padding: 0 7px;}

#foot {clear: both;
margin: 0;
padding: 0;
height: 70px;
color: black;
border-top: 1px solid white;
font-size: 0.75em;}

#title a{font-size: 10pt;
padding-left: 5px;}

.Headings {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

disclaimer2 {
	font-size: 10px;
	color: #999999;
	padding-left: 5px;
	padding-top: 4px;
	margin-top: 10px;
	border-top: 1px dashed #CCCCCC;
}

/*link rules */
a {text-decoration: none;}

a:link {
	color: #A40106;
	background-color: #FFFFFF;
}

a:visited {color: #A40106; }

a:hover {color: #CCCCCC;}

a:active {color: #A40106; }

#main div {margin-left: 2%;
margin-right: 2%;}

p.try {font-weight: bold;}

p#copy {text-align: center;
margin-top: 15px;}
