html, body {margin: 0; padding: 0; height: 100%;}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
	clear: both;
}


body {
	background: #3B3A3A;
	font-family: lucida grande, helvetica, sans-serif;
	font-size: 12px;
	color: #545243;
	line-height: 16px;
}

#outerwrap {
position: relative;
	width: 980px;
	background: url("../img/menu-lft.gif") top left no-repeat;
	margin: 0px auto 0px; 
	text-align: center;
	min-height:100%;
	height:100%; 
}

#wrapper {
	width: 960px;
	background: url("../img/pattern.gif") repeat;
	text-align: left;
	margin: 0px auto 0px;
}

#nav li {display: inline; list-style-type: none;}


.logo {
	padding-left: 10px;
}

#content {
	text-align: center;
	margin: 0px auto 0px; 
	width: 700px;
}

#title {	
	background: url("../img/hithere.gif") no-repeat top left;
	margin-top: 50px;
	padding: 5px 0px 0px 290px;
	text-align: left;
}

#title-test {	
	margin-top: 50px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}

#slideshow {
	background: #3B393A;
	border: 3px solid #ED007D;
	height: 309px;
	width: 700px;
	padding-top: 9px;
	margin-top: 35px;
}

#left{
	margin-top: 30px;
	width: 220px;
	padding-left: 10px;
	float: left;
	text-align: left;
}
#center{
	margin-top: 30px;
	width: 220px;
	padding-left: 10px;
	float: left;
	text-align: left;
}
#right{
	margin-top: 30px;
	width: 220px;
	padding-left: 10px;
	float: left;
	text-align: left;
}



#left-test{
	margin-top: 30px;
	width: 210px;
	padding-left: 0px;
	padding-right: 10px;
	float: left;
	text-align: left;
	/*height: 300px;*/
}
#center-test{
	margin-top: 30px;
	width: 210px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: left;
	/*height: 300px;*/
}
#right-test{
	margin-top: 30px;
	width: 210px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: left;
	/*height: 300px;*/
}

.imgwrap{
	border: 2px solid #ED007D;
	background: #3B393A;
	padding: 7px;
}

#left-port{
	margin-top: 20px;
	width: 334px;
	padding-top: 6px;
	margin-right: 10px;
	float: left;
	text-align: center;
	clear: left;
	
}

#right-port{
	margin-top: 20px;
	width: 334px;
	padding-top: 6px;
	margin-left: 10px;
	float: left;
	text-align: center;
	height: 192px;
}


.footer {
	clear: both;
	height: 20px;
	text-align: left;
	font-size: 11px;
}

#copy {
	width: 700px;
	padding-top: 9px;
	margin-top: 35px;
	text-align: left;
	
}
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin: auto;
	color: #3B393A;
	*line-height: 20px; /* notice the * before the property - shows in IE7 and below */
	_line-height: #20px; /* notice the _ before the property - shows in IE6 and below */
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #545243;
	padding-bottom: 8px;
}

#left-port h2 {
	padding-top: 10px;
	text-align: left;
}
#left-port p {
	text-align: left;
}


#right-port h2 {
	padding-top: 10px;
	text-align: left;
}
#right-port p {
	text-align: left;
}

.me {
	border: 2px solid #ED007D;
	margin-top: 5px;
	margin-right: 5px;
}

p {
	padding-bottom: 10px;
}

a:link {color: #ED007D; text-decoration: underline;}
a:visited {color: #ED007D; text-decoration: underline;}
a:hover {color: #ED007D; text-decoration: underline;}
a:focus {color: #ED007D; text-decoration: underline;}
a:active {color: #ED007D; text-decoration: underline;}


/*.imageLibrary {
	display: inline;
	clear: none;
}*/

/*.imageLibrary li {
	list-style-type: none;
	margin-left: 10px;
	display: inline;
	clear: none;
}*/
.imageLibrary p {
	position: absolute;
	margin-left: -677px;
	padding: 15px;
	z-index:2;
	background-Color: #3B393A;
	color: #ffffff;
	width: 657px;
	text-align: left;
	opacity:.8;
	display: none;
	clear: none;
	font-size: 10pt;
}

.imageLibrary img {
	width: 677px;
	height: 300px;
}

