body {
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width:795px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#000000;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-color: #000000;
	background-image: url(images/background-wrapper.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
	}
	#landing {
	width:795px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	background-color:#000000;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-right-color: #000000;
	}
#content {
    float: left; 
	width: 490px;
	background-color: #FFFFFF;
	background-image: url(images/background-page.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#content-inside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.6em;
	color: #000000;
	padding: 20px 30px 20px 20px;
}
#content-inside a {
	text-decoration: none;
	color: #CC6600;
}
#content-inside a:hover {
	text-decoration: underline;
	color: #CC6600;
}
#sidebar {
    font: normal small/1.4em Arial, Helvetica, sans-serif;
	color: #CC9932;
	margin-left: 490px;
    margin-top: 0px;
	background-color: #000000;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}


#footer {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #99CCFF;
	padding: 10px 0px;
	clear: both;
	background-color: #6279B7;
	text-align: center;
	vertical-align: top;
}
#footer a {
	color: #000033;
	text-decoration: none;
}

.sidebarquote {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #888888;
}
.sidebarquote2 {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: regular;
	color: #888888;
}
.firstline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #6279B7;
}
ul {
	margin-top: -10px;
}
h1 {
	font-size: x-large;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

li {
	color: #666666;
}
.smaller {
	font-size: x-small;
	color: #999999;
	line-height: 1.2em;
}
blockquote {
	color: #6279B7;
}
.leftcell {
	font-size: x-small;
	color: #666666;
	text-align: right;
	padding-right: 5px;
	line-height: 1.2em;
	vertical-align: top;
}
.rightcell {
	font-size: x-small;
	color: #666666;
	text-align: left;
	padding-right: 5px;
}
.button {
	font-size: x-small;
	color: #FFFFFF;
	background-color: #6279B7;
}
td {
	font-size: x-small;
	text-align: left;
	vertical-align: top;
	line-height: 1.2em;
}
.dropshadow {
 -moz-box-shadow: 3px 3px 4px #000; /* Firefox */
 -webkit-box-shadow: 3px 3px 4px #000; /* Safari/Chrome */
 box-shadow: 3px 3px 4px #000; /* Opera and other CSS3 supporting browsers */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000)";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000);/* IE 5.5 - 7 */ 
}
