/* CSS Design is created by naing oo */

body{
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(images/bg.gif);
}

a{
	color: #990000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


.table{
	background-color: #FFFFFF;
}

/*///////////////// header & border //////////////////////////////*/
.left{
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
}
.right{
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
}
.banner_top{
	background-image: url(images/banner1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.banner_bottom{
	background-image: url(images/banner2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.quote{
	background-image: url(images/banner3.gif);
	background-repeat: no-repeat;
}

.click_here{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	float: right;
}

.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 15px;
	padding-left: 10px;
	list-style-image: url(images/e05.gif);
}

a span{
	color: #E53D43;
	text-decoration: underline;
	font-weight: bold;
}

a:hover span{
	color: #FF0000;
	text-decoration: underline;
}

h1{
	font-size: 14px;
	color: #990000;
}

h2{
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990033;
}
h3{
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ED1B23;
}
.right_bar{
	background-image: url(images/right_bar.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*/////////////////////// Vertical CSS Document ////////////////////////////////*/
#jump_base {
	overflow-y:hidden;
	width: 190px;
	height: 100px;
	font-size: x-small;
	font-family: Verdana, Arial, sans-serif;
	float: right;
	margin-right: 10px;
}


.news {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
 
}

/*//////////// menu ///////////////////////*/

.menu_bot{
	background-image: url(images/woman_laptop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu {
	clear: left;
	float: left;
	width: 200px;
	margin: 0 0px 0px 0;
	padding: 0;
}

#menu ul {	
list-style: none;
width: 200px;
margin: 0 0 10px;
padding: 0;
font-size: 1.1em;
}	

#menu li {
}

#menu li a {
	font-weight: normal;
	height: 21px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 3px 0 0 5px;
	background: url(images/menu.gif) repeat-x;
	border-left: 3px solid #EF1820;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
	
#menu li a:hover {
background: url(images/menu2.gif) repeat-x;
color: #FFFFCC;
border-left: 3px solid #EF1820;
}


/*////////////// footer //////////////////*/

.footer_bar{
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
}
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
