html, body {
	height: 100.1%;
}

body {
	font: 100.01% Arial, Geneva, sans-serif;
	color: #000000;
	background:  url(assets/background_gif.gif);
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	}

div#wrapper {
	margin: 20px auto 20px auto;
	width: 680px;
	background-color: #FFCC00;
	text-align: center;
}

div#header {
	background: #660000;
	width: 100%;
}


/* navigation */
div#nav {
	font: normal x-small Arial, Geneva, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 5px;
}

div#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div#nav a:visited {
	color: #FFFF66;
	text-decoration: none;
}

div#nav a:hover {
	color: #FFCC99;
	text-decoration: underline;
}

div#nav a:active {
	color: #FFFF33;
	text-decoration: underline;
} 


/* Content */
div#main {
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	font-size: 90%;
	margin: 0;
	padding: 2em 20px;
	width: 515px;
	w\idth:475px;
}

div#mainnoside {
	background-color: #FFCC00;
	float: left;
	text-align: left;
	font-size: 90%;
	margin: 0;
	width: 680px;
}

p {
	font-size: 90%;
}

p.faq {
	color: #660000;
	text-align: left;
}

a {
	color: #660000;

}

a:link {
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}

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

a:active {
	text-decoration: underline;
}

p.top {
	text-align: right;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}

p.AffilLeft {
	width: 400px;
	text-align: left;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* sidebar */

div#sidebar {
	margin-left: 515px;
	padding: 1em 0 0 0;
	font-size: .8em;
	background: #FFCC00;
}

p.side {
	padding: 10px;
	text-align: left;
}

p.sidebold {
	padding: 10px;
	text-align: left;
	font-size: 100%;
	font-weight: 700;
}

div#indImages {
	margin: 0 auto !important; 
}

#indImages img {
	padding: 1px;
	border: 1px #000 solid;

}

p#homeImg {
	text-align: center;
}

/* footer */

div#footer {
	background-color: #000000;
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	clear: both;
	padding: .25em;
	padding-bottom: 1em;
}

div#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div#footer a:visited {
	color: #FFFF66;
	text-decoration: none;
}

div#footer a:hover {
	color: #FFCC99;
	text-decoration: underline;
}

div#footer a:active {
	color: #FFFF33;
	text-decoration: underline;
} 

/* Portrait */
#imgport {
	padding-right: 10px;
	padding-bottom: 10px; 
	float: left;
}

/* thumbnail page */
div.thumbnail {
	margin: 0 auto;
	padding-left: 20px;
	padding-bottom: 10px;
	clear: both;
}
p.thumbheader {
	text-align: center;
}

p.thumb {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	clear: both;
}

img.button {
	float: left;
	margin: 0;
	padding: 0;
}

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



/* tables */

table {
	width: 410px;
	background-color: #FFCC00;
}

table.wide {
	clear:both;
	width: 612px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

td a:link {
	color: #660000;
	text-decoration: none;
}

td a:visited {
	color: #FF6600;
	text-decoration: none;
}

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

td a:active {
	color: #FF6600;
	text-decoration: none;
}

table.portf {
	clear:both;
	width: 535px;
	background-color: #FFFFFF;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 75%;
	text-align: center;
	border: none;
}


/* address */
.address {
	font-size: x-small;
	text-align: center;
	padding-bottom: 1em;

}

.address a:link {
	color: #660000;
	text-decoration: none;
}

.address a:visited {
	color: #FF6600;
	text-decoration: none;
}

.address a:hover {
	color: #CC3300;
	text-decoration: underline;
}

.address a:active {
	color: #FF6600;
	text-decoration: none;
}

/* miscellaneous */ 

.center {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.portfspecial {
	font-size: 95%;
	font-style: normal;
	color: #660000;
	text-align: left;
}

.back {
	text-align: right;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	font-weight: 900;
}



/* resource page */
.resource a:link {
	color: #660000;
	text-decoration: none;
}

.resource a:visited {
	color: #FF6600;
	text-decoration: none;
}

.resource a:hover {
	color: #660000;
	text-decoration: underline;
}

.resource a:active {
	color: #660000;
	text-decoration: underline;
}


/* special */
.special {
	font-size: medium;
	font-weight: bolder;
	color: #660000;
	text-align: center;
}

.special a:link {
	color: #660000;
	text-decoration: none;
}

.special a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.special a:hover {
	color: #660000;
	text-decoration: underline;
}

.special a:active {
	color: #660000;
	text-decoration: underline;
}

/*heads */

h1, h2 {
	color: #660000;

}

h1 {
	font-size: large;
	font-weight: 900;
	text-align: center;
}

h1.port {
	margin-top: 10px;
}

h2 {
	font-size: medium;
	font-weight: 700;
	text-align: left;
}

h3 {
	color: #FFFFFF;
	background: #660000;
	text-align: center;
}

* html h3 {
	height: /**/1%;
	he\ight: auto;
	/*\*/position: relative; /* */
}

h4 {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 5px;
	clear:both;
	font-size: 90%;
}

h4.por {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear:both;
	font-size: 90%;
}



