@charset "utf-8";
/* CSS Document */

/* Common style */

body {
	margin: 0px;
	background: url(images/bg2.jpg) #000000 center top;
	color: #051050;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
	font-weight:normal;	
}

h1 {
font-size:16px;
color:#ff0000;
font-weight: bold;
letter-spacing: 2px;

}

a {
color: #112cc2;
line-height:150%;
size:12px;
text-decoration:underline;
}

a:active {
text-decoration:underline;
color: #112cc2;
}

a:hover {
text-decoration:none;
color:#112cc2;
}

img {
border:none;
}

li {
line-height: 300%;
list-style:inside;
list-style-image:url(images/bullet_square.gif);
vertical-align:bottom;
margin:0px 20px 0px 0px;  /*top, right, bottom, left */
}
/* Wrapper and Header */


#wrapper_top {

width:955px !important;
height:151px !important;
margin-left: auto;
margin-right: auto;
padding:0px;
margin-top:0px !important;
margin-bottom:0px !important;

}


#menu {

width:955px !important;
height:25px !important;


}

#logo {
width:955px !important;
text-align:center;
padding:20px 0px 0px 0px;
}


#wrapper_flash {
margin-left: auto;
margin-right: auto;
padding:0px;
margin-top:0px !important;
margin-bottom:0px !important;
vertical-align:top;
height:auto;


}





