/*
-----------------------------
Global Old Glory Antiques Styles
-----------------------------
*/

* { margin: 0; padding: 0 }

html, body { 
	min-height: 100%; 
	margin-bottom: 1px; 
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #5D3526 url(../images/bckgrnd.gif) repeat top center;
	margin-top: 30px;
}

#header {
	width: 975px;
	height: 150px;
	margin: 0 auto;
	background: url(../images/img-header.png) no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 975px;
}

#logo {
	float:left;
	text-align:left;
	margin: 0;
	padding: 0 0 0 365px;
}

/* navigation */
#nav {
	width: 975px;
	height: 35px;
	margin: 0;
	padding: 0px 30px;
}

#nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

#nav li {
	display: inline;
}

#nav a:link,
#nav a:visited {
	display: block;
	color: #FFF;
	background: none;
	padding: 14px 24px 5px 24px;
	float: left;
	width: auto;
	font: normal 16px/14px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	outline: none;
}

#nav a:hover {
	color:#6FAEE6;
}

#nav li.on a:link,
#nav li.on a:visited {
	color:#6FAEE6;
}

#rule {
	width: 975px;
	height: 5px;
	margin: 0 0 20px 0;
	background: url(../images/rule-horz.png) no-repeat top center;
}

#fullwidth {
	width: 875px;
	margin: 0;
	padding: 0 5px;
	text-align: center;
}

#content {
	width: 875px;
	margin: 20px 0;
	padding: 0 40px;
}

#leftcolumn {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 400px;
}

#rightcolumn {
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 475px;
}

#footer {
	width: 975px;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: url(../images/rule-horz.png) no-repeat top center;
}

#footer p {
	color: #6FAEE6;
	text-align: center;
	font: normal 10px/12px Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
	background: none;
}

p {
	color: #FFF;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.home p {
	color: #AE9A93;
	font: 12px/22px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

h1 {
	background: url(../dev2/img/horzrule.gif) no-repeat bottom;
	color: #DFD7D4;
	font: normal 22px/22px "Courier New", Courier, monospace;
	margin: 10px 0 20px 0;
	text-align: center;
	padding-bottom: 15px;
}

h2 {
	margin: 0 0 5px 0;
	color: #FFF;
	font: normal 14px/14px "Courier New", Courier, monospace;
}

h3 {
	margin: 0 0 5px 0;
	color: #FFF;
	font: normal 18px/14px "Courier New", Courier, monospace;
}

img {
	border: none;
	margin: 0;
}

a:link,
a:visited {
	color: #AE9A92;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

ul.sitewide {
	padding: 0 0 0 10px; margin: 0 0 0 10px;
	}
	
ul.sitewide li {
	padding: 0; 
	margin: 0 0 5px 3px;
	list-style-image: none; 
	list-style-type: circle;
	color: #FFF;
	font: normal 14px/14px "Courier New", Courier, monospace;
	}
	
.smallText {
	font: normal 10px/12px Arial, Helvetica, sans-serif;
}

.boldopen {
	font-weight: bold;
	letter-spacing: 2px;
}

.boldopenbrown {
	font-weight: bold;
	letter-spacing: 2px;
	color: #AE9A92;
}

.center {
	text-align: center;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
	padding: 10px;
}

.candy {	color: #6297bc;	}
.rice {	color: #9ec630;	}
.design {	color: #bfbfbf;	}