@charset "UTF-8";
/* CSS Document */
/*  html, body   */

html {
	font-size: 				12px; 
	background-color:			#990000;
}

html, body {
	margin:				0px; 
	padding:				0px;
	font-family: 			Tahoma, Verdana;
	background-image:		url('http://www.stludmila.org/images/gradient-bg.jpg'); 
	background-position:		top center;
	background-repeat: 		repeat-x, repeat-y;
}



/* Baseline values for browser consistency*/
div, h1, h2, h3, h4, ul, li, form, input, select, option {
	margin:				0px;
	padding:				0px;
}

img {
	margin:				0px;
	padding:				0px;
	border:				0px;
}

img.center {
	display: 				block;
	margin: 				5px auto 5px auto;
}


ul {
	margin:				0px 0px 0px 15px;
}


a {
	outline:				0px;
}

.clear {
	clear:				both;
}



/* Site Structure */

#container {
	margin:				0px auto; 
	width:				965px;
	background-image:		url('http://www.stludmila.org/images/content-bg.jpg'); 
	background-position:		top center;
	background-repeat: 		repeat-y;
	postition:				relative;
}

#top {
	align:				center;
	width:				965px; 
}

#footer {
       margin:                             0px 2px 0px 2px;
	width:				960px; 
        height:                              35px;
	font-family: 			Tahoma, Verdana; 
	font-size: 				13px; 
	font-weight: 			bold;
	color: 				#FFFFFF;
	background-color:		#000000;
}

#content {
	width:				960px;
	background-position:		center;
	background-repeat:		repeat-y;
	margin:				0px;
}

#LeftContent {
	width:				780px;
	margin-left:			45px;
	padding:				10px;
	min-height:				500px;
	float:				left;
}

#LeftContent p {
	letter-spacing:			1px;
	margin-bottom:			5px;
}


#RightContent {
	width:				250px;
	margin:				5px 80px 0px auto;
	background-color: 		#FFFFFF;
	border:				#000000 solid thin;
	padding:				10px;
	padding-top: 			10px;
	float:				right;
}

#Boxes_Left {
	width:				183px;
	float:				left;
	margin:				0px;
	padding:				8px 9px 8px 9px;
	min-height:				500px;
}


#Boxes_Right {
	width:				185px;
	float:				right;
	padding:				8px 9px 8px 9px;
	min-height:				500px;
}

#Boxes_Center {
	width:				530px;
	float: 				left;
	padding:				10px;
	min-height:			500px;
}

/* Formatting for 2 Tables */

.Table_Left {
	width:				50%;
	float: 				left;
}

.Table_Right {
	width:				50%;
	float: 				right;
}


/* Formatting for 4 Columns */
.four_col {width:25%; margin:0%;float:left}

/* Formatting for 3 Columns */
.three_col {width:31%; margin:0 1%;float:left}


/* Navigation Menu */

#navmenu {
	color:			#FFFFFF;
	width:			960px;
	margin:			0px 0px 0px 2px;
	background-image:		url('http://www.stludmila.org/images/nav-bg.jpg');
	background-repeat: 	repeat-x; }

#navmenu ul {
	margin-left: 5px;
	padding-top: 7px;
	list-style: none;
	width: 960px; /* Width of Menu Items */
	height: 31px;
	}

/* Make list horizontal */
#navmenu ul li { float: left;
	position: relative;
	width: 160px;
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	background: #000000; /* IE6 Bug */
	padding: 0px;
	height: 28px;
}

/* Styles for Menu Items */
#navmenu ul li a {
	width: 160px;
	float: left;
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	background: #000000; /* IE6 Bug */
	padding: 0px;
	height: 28px;
}

/* Styles for Sub-menu links */
#navmenu ul li ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #666666; /* IE6 Bug */
	height: 25px;
	}

/* Styles submenu - hidden */	
#navmenu li ul {
	position: absolute;
	width: 155px;
	margin-top: 23px;
	top: 0;
	left: 0;
	display: none;
	}


#navmenu ul li.short a {
	width: 70px;
	float: left;
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	background: #000000; /* IE6 Bug */
	padding: 5px;
	height: 20px;
}



/* Fix IE. Hide from IE Mac \*/
* #navmenu html ul li { float: left; height: 1%;}
* #navmenu html ul li a { height: 1%; }
/* End */

#navmenu ul li a:hover { color: #FFFFFF; background: #000000; font-weight: bold; text-decoration: underline;} /* Hover Styles */
		
#navmenu li ul li a { padding: 2px 5px;} /* Sub Menu Styles */
		
#navmenu li:hover ul, #navmenu li.over ul { display: block; } /* The magic */


.clear { clear: both; }


/* Links */

a, a:link {color:#990000; text-decoration:underline; font-weight:normal;}
a:visited {color:#A0A0A0; text-decoration:underline;}
a:hover {color:#990000; text-decoration:underline; font-weight:bold;}

/* Text */
h1 {
	text-align:				center; 
	font-family: 			Arial, Helvetica; 
	font-size: 				24px;
	font-weight: 			bold;
	color: 				#990000; 
	letter-spacing: 			-1px;
}

h2 {
	font-family: 			Arial, Helvetica; 
	font-size: 				18px;
	font-weight: 			none;
	letter-spacing: 			-1px;
}

.news_alert {
	text-align:				center; 
	font-family: 			Arial, Helvetica; 
	font-size: 				24px;
	font-weight: 			bold;
	color: 				#FFFFFF; 
	letter-spacing: 			-1px;
	background-color:		#990000;
}