body {
	cursor: default;
	margin: 5px 0;
	font: small/1.8em Verdana, Arial, Helvetica, sans-serif;
	background: #006699;
	color: #000;
	text-align: center;
}

h1 {
	color: #000;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	border: 1px dotted;
	line-height: 2em;
	margin: 3em 0;
}

h2 {
	color: #FFFFFF;
	background: #000000 url(h2_bg.gif) no-repeat left;
	text-indent: 0.5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 2em;
	padding-left: 30px;
}

h3 {
	font-size: 1.1em;
}

a {
	color: #EA1F2A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid;
}

img {
	float: right;
}
.imgright {
	float: left;
}


#page {
	width: 740px;
	margin: 0 auto;
	color: #000;
	background: #95B1D9;
	text-align: left;
}

	#header {
		width: 100%;
		height: 150px;
		background: #000000 url(logo.jpg) no-repeat left top;
	}
		#header h1 {
			margin: 0;
			border: none;
		}

	#menu {
	letter-spacing: 0.1em;
	line-height: 3em;
	font-weight: bold;
	border-bottom: 1px solid #CE1B42;
	border-top: 1px solid #CE1B42;
	background: #000000;
	font-size: 0.8em;
	text-align: center;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding: 0 0 0 20px;
			list-style: none;
		}

		#menu li {
			display: inline;
			padding: 0 1.3em;
		}
		
			#menu li a{
	color: #FFFFFF;
	text-decoration: none;
	border: none;
			}
			#menu li a:hover {
	color: #FFFFFF;
			}

	#content {
		float: left;
		width: 490px;
		padding: 0px 20px 30px 20px;
		border-right: 1px solid #EA1F2A;
		background: #FFFFFF;
	}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#content img {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #000000;
	margin-top: 7px;
}



	#sidebar {
		margin: 10px 0 0 -1px;
		padding: 0 0 0 15px;
		float: left;
		width: 180px;
		font-size: 0.8em;
		border-left: 1px solid #EA1F2A;
	}

	#footer {
	clear: both;
	margin: 0;
	padding: 1px 0;
	background: #000000;
	text-align: center;
	font-size: 0.8em;
	color: #FFFFFF;
	}
	
		#footer li {
			display: inline;
			padding: 0 1em 0 0;
		}

		#footer a {
			color: #fff;
		}
#sidebar h2 {

	color: #FFFFFF;
	background: #000000 url(sidebar_h2_bg.gif) no-repeat left;
	text-indent: 0.5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 2em;
	padding-left: 30px;
}
#flashanim {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
