/* Stylesheet for Roxy By Taher A.Aziz 
URL: http://scriptlance.com || egoldcity(Egypt Old City)
*/

body {
	font-family: Georgia;
    font-size: 11px;
	color:#ffffff;
	background-image: url(../images/mainbg.jpg);
	margin-top:0px;
}


#mainHolder {

	width: 1144px;
	margin: 0px auto 0px auto;
	height: 100%;
	
}

/*#header {
	width: 780px;
	margin: 0px auto 0px auto;
}*/

#left {
	width: 100px;
	float: left;
	height: 100%;
   vertical-align:top;
}

#right {
	width: 100px;
	float: right;
	height: 100%;
	vertical-align:top;
}


#content {
	width: 933px;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	height: 100%;
	vertical-align: top;
	padding:5px;
}

.nav {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color:#FFFF99;

}

a.nav  {
	text-decoration: none;
	color:#FFFF99;
}
a.nav:visited {
	text-decoration: none;
	color: #FFFF99;
}
a.nav:visited:Hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:Selected {
	text-decoration: none;
	color: #FF0000;
}


.caption {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	padding-left:5px;
}
.footer {
    display: block;
	font-family: Georgia;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #FFFFFF;
    text-align: right;
    padding-right: 10px;
}
.sowrd {
	vertical-align: middle;
	padding-top:200px;
}

.welcome {
	padding-top:5px;
}

h1 {
    font-size: 14px;
}
h2 {
    font-size: 12px;
}
h3 {
    font-size: 13px;
}
h4 {
    font-size: 12px;
}


a  {
	text-decoration: none;
	color:#FFFF99;
}
a:visited {
	text-decoration: none;
	color: #FFFF99;
}
a:visited:Hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:Selected {
	text-decoration: none;
	color: #FF0000;
}

