@charset "UTF-8";
/* CSS Document */
/* Source: http://www.elementalfocus.com/normalizing-your-css/ */
/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Normalize list styles */
ol, ul {
	list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Normalize table borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
	border: 0;
}

/* Normalize text-alignment */
caption, th {
	text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
	content: '';
}

/*-------------------------------------------------*/
html {
		background-color: #ffffff;
	}

body {
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 1em;
}

a:link {
	border: none;
}

	

#branding {
	margin: auto;
	margin-top: 15px;
	
}

#wrapper {
	width: 793px;
	height: 730px;
	background: url(images/dots_bg.gif);
	margin: auto;
}

/*----------------------Navigation-------------------------------*/

#mainnav {
	margin-left: 390px;
	padding-top: 60px;
	height: 15px;
	
}

#mainnav ul {
	font-family: Century Gothic, Verdana, sans-serif;
	list-style: none;
	color: #f05323;
	text-decoration: none;
	text-align: center;
}

#mainnav li {
	padding: 10px;
	display: inline;
	
}

#mainnav li a:link {
	text-decoration: none;
	color: #f05323;
}

#mainnav li a:visited {
	text-decoration: none;
	color: #f05323;
}


#mainnav li a:hover {
	text-decoration: none;
	color: #74a74b;
}

#mainnav li a:active {
	text-decoration: none;
	color: #74a74b;
}


/*--------------Ends Navigation Styles-------------------------------*/
#content {
	width: 500px;
	margin: auto;
	padding-top: 30px;
	
}

#footer {
	color: #603913;
	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 0.8em;
	text-align: center;
	width: 793px;
	margin: auto;
	position: relative;

	
}


#category {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	
}


#category a:link {
		text-decoration: none;
}
	

#category a:visited {
		text-decoration: none;
}
	
/*
#bignav {
	padding-left: 20px;
	padding-top: 100px;
}


#info {
	margin-left: 455px;
	margin-top: 25px;
	color: #603913;
	height: 300px;
	width: 300px;
	
}

#header {
	margin-left: 250px;
	margin-top: -340px;
	

}*/

/*-------------------------Classes-------------------------------*/


.print_headline {
	height: 60px;
	text-indent: -5000px;
	background: url(images/print.gif) no-repeat;
	
}

.web_headline {
	height: 60px;
	text-indent: -5000px;
	background: url(images/web.gif) no-repeat;
}


