﻿body

{
background-color: #808080;
background-image:url('images/pic.jpg');
background-size:1100px 1500px;
background-repeat:repeat-x;
background-attachment:fixed;
margin:50px;
width:850px;
}
#contentLeft {
  float: left;
  width: 20%;
  margin-bottom: 1em;  
}

#contentRight {
  float: right;
  width: 75%;
}
a
{
color:light blue;
text-decoration:none;
letter-spacing:3px;
}
a:hover 
{
color:#FFffFF;
}
 

h1
{
color:black;
text-align:center;
text-decoration:blink;
}
p
{
	font-family:"Times New Roman";
	font-size:14px;
	font-style: normal;
	line-height: normal;
}
ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	clear: both;
	float: none;
	height: auto;
	width: auto;
}
a:link,a:visited
{
	font-weight:bold;
	color:#0000A0;
	width:170px;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}
/*--Main Menu---*/
#menu
{ 
width:191px;
padding:3px;
margin:1px 0 0 1px;
}
#menu ul
{
list-style:none;
}
#menu li
{
list-style:none;
display:block;
}
#menu li a{
list-style:none;
display:block;
color:#E0E0E0;
text-transform:uppercase;
font-size:13px;
text-decoration:none;
padding:5px 5px 10px 15px;
}
#menu li a:hover{
background:#404040 ;
color:#FFFFF;	text-decoration:none;}
#menu li .current
{
list-style:none;
display:block;
background:#24396f;
color:#fff;
text-transform:none/*uppercase*/;
font-size:14px; font-weight:bold;
text-decoration:none;
padding:5px 5px 10px 15px;
FONT-VARIANT: small-caps;
text-align:center;}
#menu li a.current, #menu li a:hover.current
{
background:#202020;
height:18px;
color:#fff;
text-decoration:none;
}