/* standard elements */
html {
	min-height: 101%;
	overflow: -moz-scrollbars-vertical;}


html {min-height: 101%;}

* {
	margin: 0;
	padding: 0;
}


/* structure */
.outer-container {
	margin: 0 auto;
	width: 800px;
}


body {
	background: #808080;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	color:#000000;
	padding-bottom: 1.2em;
	padding-right:10px;
}

.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-style:bold;
	color:#A4262A;
	padding-bottom: .8em;
	
}

.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:bold;
	font-size:1.1em;
	color:#333333;
	padding-top: .3em;
	padding-bottom: .3em;
}

.content a {
	text-decoration: underline;
	color:#A4262A;
}

.content a:hover {
	text-decoration: none;
	color:#808080;
}

.content ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#ffffff;
	padding-left:20px;
	padding-right:10px;
	padding-bottom: .8em;
	list-style: square;
}

.contact p {
	padding-left: 0px;
	
}

.footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	color:#01619D;
	padding-left:20px;
}

.wandering_designs p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.7em;
	text-align: right;
	color:#bbb;
	padding-right:50px;
}

.wandering_designs a {
	text-decoration: none;
	color:#bbb;
}

.wandering_designs a:hover {
	text-decoration: underline;
	color:#ccc;
}

/* page scrollbars */

html {
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #808080;
	scrollbar-base-color: #808080;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #808080;
}

