/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #393939;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

body a 			{ font-weight: bold; }

body a:link 		{ background-color: transparent; color: #000000; text-decoration: none; }

body a:visited 	{ background-color: transparent; color: #000000; text-decoration: none; }

body a:active 	{ background-color: transparent; color: #393939; text-decoration: none; }

body a:hover 		{ background-color: transparent; color: #393939; text-decoration: none; }


/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 		{ text-decoration: none;font-size: 20px; text-align:center;  font-family: tahoma; font-weight: bold; padding: 10px;}
h3		{ text-decoration: none;font-size: 11px;   font-family: tahoma;font-weight: bold; color: #ffffff; }
p		{ text-decoration: none;font-size: px; text-align:center;  font-family: tahoma;font-weight: bold;}
input 	{ font-family: tahoma; font-size: 11px; font-weight: bold; color: #000000; }
textarea 	{ font-family: tahoma; font-size: 11px; font-weight: bold; color: #000000; }

/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/

div.img {
	margin: 0px;
	height: auto;
	width: auto;
	float: left;
	padding: 0px;
	border: 1px solid #313131;
	background-color: #313131;
	color: #ffffff;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/

#nav {
	height: 100px;
	background-color: #393939;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 1px;
	}

#nav ul			{ margin-top: 30px; margin-left: 35px; margin-right: 15px; margin-bottom: 0px; list-style-type: none; }

#nav li			{ float: left; }


#nav #cur a 		{ background-color: yellow; color: #393939; }

#nav a			{ display: block; padding: 0px 10px 0px 10px; font-weight: bold; color: #000000; }

#nav a:link		{ text-decoration: none; color: #ffffff; }

#nav a:visited	{ text-decoration: none; color: #ffffff; }

#nav a:active	{ background-color: yellow; color: #393939; text-decoration: none; }

#nav a:hover		{ background-color: yellow; color: #393939; text-decoration: none; }


/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/
#top {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	height: 100%;
	width:100%;
	background-color: #393939;
	
}
#top h1 {
	margin-top: 20px;
	margin-left: 55px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: oblique;
	color:yellow ;
	font-size: 30px;
	text-align:left;

}

#left{
	margin-top: 10px;
	margin-left: auto;
	margin-right: 25px;
	margin-bottom: 0px;
	height:100%;
	width: 75%;
	padding: 5px;
	float: left;

	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #ffffff;

	border-right-style: solid;
	border-right-width: 4px;
	border-right-color: #ffffff;
	
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #ffffff;

	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #ffffff;
	background-color: yellow;
}
#left-1 {
	padding-left:5px;
	height:1200px;
	width:100%;
	background-color: yellow;
	
}



#right {
	
	width: 20%;
	height: 400%;
	padding: 0px;
	float: right;
	background-color: #393939;
	color: #ffffff;
}






/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/


.leftentry 		{ padding: 5px; font-size: 13px; text-align:center; }



.rightentry 		{ padding: 5px; }


.rightentry ul 		{ margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; list-style-type: none; }


.rightentry #cur a 	{ background-color: yellow; color: #393939; }

.rightentry a 		{ display: block; font-weight: bold; padding: 10px; }

.rightentry a:link 	{ background-color: #393939; color: #ffffff; text-decoration: none; }

.rightentry a:visited 	{ background-color: #393939; color: #ffffff; text-decoration: none; }

.rightentry a:active 	{ background-color: yellow; color: #000000; text-decoration: none; }

.rightentry a:hover 	{ background-color: yellow; color: #000000; text-decoration: none; }
/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/
#m1{
	position: absolute;
	background-image:url('images/fountnav.png');
	width: 200px;

}	
#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background:#393939 ;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #393939;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #393939;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #393939;
		color: #FFF}
