@charset "UTF-8";
/* CSS Document */


/*  Color Codes

582700  Dark Brown
F47B20  Bright Orange
7F4300  Rust
FDD1A7  Tan
FFD24F  Gold
F6ED5F  Yellow
FFECDC   Beige

*/





/* Start Structure */


* {
margin:0;
padding:0;
}

html {
overflow-y:scroll;
}

body {
	-x-system-font:none;
	font-family:Georgia,Serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

#page-wrap {
margin:0 auto;
width:960px;
}

.floatLeft {
float:left;
}

.floatLeft {
float:left;
}

.clear {
clear:both;
}

.inside {
border:1px solid #999999;
padding:10px;
}

.inside img {
border:1px solid #666666;
display:block;
margin:0 0 10px;
width:480px;
}

/* End Structure */






/* Start Elements */

.button   {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border:1px solid #CCCCCC;
	color:#333333;
	padding:4px 10px;
	background-attachment: scroll;
	background-image: url(images/menu-rollover.jpg);
	background-repeat: repeat-x;
	background: transparent;
}

.button:hover   {
	background-position:left bottom;
}

#thisone a   {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background:transparent url(images/menu-rollover.jpg) repeat-x scroll 0 -2px;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	padding:4px 10px;
}



#thisone a:hover {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	padding:4px 10px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/menu-rollover.jpg);
	background-repeat: repeat-x;
	background-position: 0px -20px;
}




#rounded {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	height: 175px;
	width: 350px;
	border: thin solid #00FF33;
}






/*  a img {
border:medium none;
}

*/

/* End Elements */









/* Start Text Styles */


.inside h2 {
color:#111111;
font-size:36px;
font-weight:normal;
margin:0 0 8px;
}

.inside p {
color:#999999;
font-size:12px;
}

p {
margin:0 0 12px;
}

h1, h2, h3, h4 {
-x-system-font:none;
font-family:Georgia,Serif;
font-size:20px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0 0 12px;
}

h4 {
font-size:17px;
}


#header ul {
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:10px 0 0;
text-align:right;
width:400px;
}
#header ul li {
display:inline;
}
#header ul li a {
background:#7E7E7E none repeat scroll 0 0;
color:white;
letter-spacing:2px;
margin:0 0 0 10px;
padding:3px 10px;
text-transform:uppercase;

/* End Text Styles */
