/* standard elements */
html {
	min-height: 100%;
	overflow: -moz-scrollbars-vertical;}


html {min-height: 100%;}

* {
	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:.8em;
	color:#444444;
	text-align:right;
	padding-right:10px;
}

.wandering_designs a {
	text-decoration: none;
	color:#444444;
}

.wandering_designs a:hover {
	text-decoration: underline;
	color:#888888;
}

/* misc */
.hr1 {
	clear: both;
	border: 2px solid #433a2e;
	margin-left:20px;
}

/* input forms */

.styled {
	font-size: 1em;
	border: 1px solid #1b3348;
	cursor:text;
}

input {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: transparent;
	color: #333333;
	border: 0;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	width: 300px;
}

textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: transparent;
	color: #333333;
	border: 0px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	overflow:hidden; 
	width: 300px;
}

input[type="submit"] {
	margin: 0;
	width: 75px;
	padding: 1px;
	background: #1b3348;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 1em;
	border: 1px #ffffff;
	}
	
input[type="submit"]:hover, input[type="submit"]:focus {
	cursor: pointer;
	background: #ee5a28;
	}


/* 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;
}
