/* CSS Document 
created by: Johnson & Yovan Gandhi*/


#wrap {
	color : #404040;
	width : 970px;
	height : 540px;
	margin-right : auto;
	margin-left : auto;
	margin-top: 8px;
}

#wrap img {
padding:1px;
}




/* Menu */



.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border-bottom-width: 0;
}

.glossymenu li a{
	background: url(../images/buttonf.png);
	background-repeat: no-repeat;
	background-position: left top;
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding-left: 15px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 15px;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
	background-image: url(../images/buttonb.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.glossymenu li a.current {
	background-image: url(../images/buttong.png);
	background-repeat: no-repeat;
	background-position: left top;
}



/* End Menu *?

/***** Various classes *****/

.left {
margin:10px 10px 5px 0;
float:left;
}

.right {
margin:10px 0 5px 10px;
float:right;
}

/***** End Various classes *****/

/***** Various tags *****/

a {
	text-decoration:none;
	color:#286ea0;
	background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
}

a img {
border:0;
}

