
/* ------------------------ 1. imports ------------------------ */

@import url("resets.css");

/*  --------------------- 2. structure  --------------------- */

#wrapper {
	width: 761px;
	/* position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -400px; */
	margin: 50px auto;
	}
	
#top {
	background: url(../images/border-top.gif) no-repeat top left;
	height: 21px;
	width: 761px;
	}
	
#bottom {
	background: url(../images/border-bottom.gif) no-repeat top left;
	height: 80px;
	width: 761px;
	}
	
#content {
	background: #ffffff;
	width: 721px;
	padding: 20px;
	}
	
#left, #middle, #right {
	float: left;
	margin-top: 30px;
	}
	
#left {
	margin-left: 53px;
	}
	
#left {
	width: 310px;
	}
	
#right {
	width: 290px;
	}
	
/* ---------------------- 3. links and navigation ---------------------- */

/* ---------------------- 4. fonts ---------------------- */

#content2 h1 {
	font-size: 1.4em;
	text-align: center;
	line-height: 2.5em;
	font-size: 2.5em;
	font-weight: normal;
	font-family: Arial;
	color: #fff;
	margin: 0 auto;
	text-indent: inherit;
	background: none;
	}
	
h1 {
	font-size: 1.4em;
	text-align: center;
	line-height: 1.7em;
	font-family: Times;
	background: #ffffff url(../images/effectiveImmediately.gif) no-repeat top left;
	height: 52px;
	width: 624px;
	margin: 0 auto;
	text-indent: -9000px;
	overflow: hidden;
	display: block;
	}
	
p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 25px;
	color: #727272;
	padding-right: 20px;
	}
	
ul {
	width: 609px;
	margin: 0 auto;
	}
	
ul li {
	display: inline;
	line-height: 80px;
	font-size: 1.4em;
	color: #222222;
	}
	
ul li span {
	font-weight: bold;
	}
	
ul li.website {
	padding-left: 130px;
	}
	
a:link, a:visited {
	color: #a19460;
	font-size: 1.2em;
	margin-left: 5px;
	}

a:hover, a:focus, a:active {
	text-decoration: none;
	}
	
#footer {
	text-align: center;
	margin: 20px 0;
	font-size: 1.1em;
	color: #848484;
	}

/* ---------------------- 5. images ---------------------- */

#right img {
	margin: 0 0 0 30px;
	}
	
/* ---------------------- 6. tables ---------------------- */

/* ---------------------- 7. forms ---------------------- */

