*{
	margin:0px;
	padding:0px;
}

body, html {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
}
input[type='text'],select {
	padding:1px;
	margin-left:1px;
}

p,td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#menubar, #topborder, #content, #bottomborder, #footer {
	margin: 0px;
	padding: 0px;
	border:0px;
	float:left;
}
#bg {
	width:949px;
	margin-left:auto;
	margin-right:auto;
}
#menubar {
	left:0px;
	top:0px;
	width:949px;
	height:43px;
	background:url(../images/menubar.jpg);
}
#topborder {
	width:949px;
	height:10px;
}
#content {
	width:949px;
	background:url(../images/content.jpg) #FFFFFF;
	background-position:top;
	background-repeat:no-repeat;
}
#maincontent {
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
	border: 1px solid #ffffff;
	overflow:hidden;
}
#panel {
	width: 920px;
	height:30px;
	background:url(../images/panel.png) no-repeat;
	margin:15px;
}
#search {
	float:left;
	margin:3px;
}

#submitbutton{
	float:right;
	margin:4px;
}

#bottomborder {
	width:949px;
	height:50px;
	background: url(../images/footer.jpg) no-repeat;
	
}

#footer{
	width:949px;
	height:225px;
	background: url(../images/bottommenu.png) no-repeat #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
#footer1, #footer2, #footer3, #footer4, #footer5
{
	float:left;
	margin:20px;
}
#footer h6{
	color:#666666;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:0px;
	margin:0px 0px 10px 0px;
	
}
#footer ul
{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding: 0px 0px 0px 3px;
	margin:0px;
	list-style:none;
	line-height:18px;
}

#footer ul a:link, #footer ul a:visited {
    color:#FFFFFF;
	text-decoration:none;
	
}

#footer ul a:hover{
    color:#cc0000;
	text-decoration:none;
}


#logo {
	margin-left: 25px;
}
#navigation {
	margin-right: 25px;
}
#copyright {
	float:right;
	margin:20px 20px 0px 0px;
}
.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.copyright a:link, .copyright a:visited {
	color: #990000;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
#viewall a{
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	text-align:right;
	margin:6px;
	text-decoration:none;
	border: 1px solid #cccccc;
	background: #efefef;
	padding:5px;
	-moz-border-radius:3px;
	border-radius:3px;
	clear:both;
}
#viewall a:hover{
	border: 1px solid #006699;
	background:#99CCCC;
	text-decoration:none;
}

.small{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
#latestcommunity {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#latestcommunity ul {
	margin:10px 0 20px 25px;
	padding:0px;
}
#latestcommunity li a:link, #latestcommunity li a:visited {
	text-decoration: none;
	color:#333333;
}
#latestcommunity li a:hover {
	text-decoration:underline;
}
#latestcommunity li{
	padding:5px;
	margin:0px;
	line-height:15px;
}
li.latestnews {
	list-style:url(../images/news.gif);
}
li.latestcomment  {
	list-style:url(../images/msg.gif);
}
li.latestevent {
	list-style:url(../images/cal.png);
}
li.latestmusollah {
	list-style:url(../images/map.gif);
}
li.latestflag {
	list-style:url(../images/flagon.gif);
}

#subscribebarwrapper{
	position: fixed;
	padding:0px;
	bottom: 0;
	left:0;
	width:100%;
	height:35px;
	text-align:center;
	z-index:1000;
}

#subscribebar{
	left:0px; 
	right:0px; 
	margin-left:auto; 
	margin-right:auto;
	text-align:left;
	height: 35px;
	width:949px;
	background: #222;
	color: #fff;
}

#subscribebar #aligntable{
	margin:0px;
}
#subscribebar #aligntable #firsttd{
	padding-right:5px; 
}
#subscribebar #aligntable #firsttd img{
	margin-left:5px; 
	margin-right:5px; 
	vertical-align:middle;
}
#subscribebar #subscribetable{
	background:#333; 
}
#subscribebar #subscribetable td{
	padding:5px;
}
#subscribebar #subscribehelp{
	display:block; 
	height:320px; 
	margin:0px; 
	width:240px;
	color:#000; 
	position:fixed; 
	bottom: 40px; 
	background:#ff9; 
	padding:10px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	overflow:hidden; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	display:none;
}
#subscribebar #question{
	background:#339900; 
	-moz-border-radius:3px; 
	border-radius: 3px; 
	padding:1px 5px 1px 5px; 
	font-weight:bold; 
	color:#fff; 
	text-decoration:none;
	cursor: pointer;
}
#subscribebar #qnclose{
	float:right; 
	text-decoration:underline; 
	cursor:pointer;
	color:#0000FF;
}

#ads img{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	border:1px solid #000000;
	width: 270px;
	float:left;
}

.graybutton{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	font-size:11px;
	background:#999999;
	padding:3px;
	-moz-border-radius:2px;
	border-radius:2px;
	text-decoration:none;
	vertical-align:middle;
	white-space:nowrap;
}
.graybutton img{
vertical-align: middle;
}
.graybutton:hover{
	background:#86bc3b;
}
.graybg{
	background-color: #fbfbfb;
	padding:10px;
}

#feedback{
	position: fixed;
	padding:0px;
	top: 100px;
	left:0px;
	width:32px;
	height:89px;
	z-index:2000;
}


#boxads img{
	margin:5px 0px 5px 10px;
	border:0px;
	width: 125px;
	height:125px;
	float:left;
}
#premiumads img{
	margin:7px 5px 5px 5px;
	border:0px;
	width: 270px;
	height:150px;
	float:left;
}
#footerads{
	background:url(../images/shadowhorizontal.png);
	background-position: top center;
	background-repeat: no-repeat;
	width:949px;
	padding:20px 10px 10px 10px;
	float:left;
}
#footerads table{
	width:100%;
}
#footerads img.small{
	margin:5px;
	border:0px;
	width: 275px;
	height:100px;
	float:left;
}

#toplinks {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#cccccc;
	text-decoration:none;
	margin-bottom:10px;
	margin-top:10px;
}
#toplinks span{

	padding:3px;
	color:#000000;
	background:#efefef;
	-moz-border-radius:3px;
	border-radius:3px;
}
#toplinks a{
	text-decoration:none;
	padding:3px;
	color:#333333;
}
#toplinks a:hover{
	background:#99CCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	-moz-border-radius:3px;
	border-radius:3px;
}
.readmore a{
	display:block;
	padding:3px;
	margin-top: 10px;
	float:right;
	background:#efefef;
	border:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
	-moz-border-radius:3px;
	border-radius:3px;
}

.readmore a:hover{
	background:#99CCCC;
	text-decoration:none;
}
#location {
	border-bottom: 1px solid #DDDDDD;
	float:left;
	width:100%;
}
#location a {
	float:left;
	text-decoration:none;
	width:93%;
	padding:10px;
}
#location a:hover {
	background:url(../images/gradient.jpg) bottom no-repeat;
}
#location .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#33cc00;
}
#location .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
}

.gmnoprint{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.logintable{
	clear:both;
}
.logintable td
{
	padding: 10px 5px 0px 0px;
}
.logintable th{
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-align:left;
}
.logintable .logintext{
	width: 170px;
	height:  25px;
	padding: 0px 5px 0px 5px;
}
.logintable .loginbutton{
	width: 100px;
	height: 30px;
}