/* reset.css */

/* meyer web reset */

/* v1.0 | 20080212 */



* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 1px;
}
/*font sizing
base font = 16px


desired / base font = size in ems
10px 10 / 16 = 0.625em
12px 12 / 16 = 0.75em
13px 13/ 16 = 0.8125em
14px 14 / 16 = 0.875em
15px 15 / 16 = 0.9375em
22px 22 / 16 = 1.375em
25px 25 / 16 = 1.5625em
30px 30 / 16 = 1.875em


*/


/* typography.css */

h1 {
	text-align: center;
	padding: 0 0 30px 0;
	}

h2 {
	color: #eda839;
	font: 1em Georgia;
	margin-bottom: 15px;
}
h3 {
	color: #fff;
	font-size: 1.375em;
}

p {
	color: #000;
	font: 0.875em Arial;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.75px;
	margin-bottom: 15px;
	line-height: 30px;
}
.large {
	font-weight: bold;
	font: 0.875em Georgia;
	line-height: 20px;
}
#footer p {
	font: 0.625em Arial;
	margin-bottom: 14px; 
}
a {
	color: #F58025;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #c7c9cb;
}

/* grids */
html {
	height: 100%;
}
body {
	background: #F58025;
	height: 100%;
}

#container {
	width: 788px;
	margin: 0 auto;
	background: #fff;
	padding: 10px 20px;
	text-align: center;
	height: auto; 
	min-height: 100%;
}
#top-line {
	background: url(../images/dot.png) repeat-x bottom;
	height: 14px;
}
#header{
	width: 614px;
	margin: 0 auto;
	margin-top: 15px;
	
}
#content-wrapper {

}
#primary-content {
	padding: 0 100px;

	
}





