/* This section is for "entire page" */
*
{
margin: 0px;
padding: 0px;
}

/* This section is for "highlighting hyperlinks" */
a:link {
	color: #30A6D1;
}

/* This section is for "when mouse hovers over a specific section, word, or phrase" */
a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* This section is for "a hyperlink that has been already clicked on" */
a:visited {
	color: #30A6D1;
}

/* This section is for "body of the page" */
body {
	
	background: #000000 url(../images/back_all.jpg) no-repeat;
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
	margin-top: 100px;
}

/* This section is for "" */
#content
{
	width: 733px;
	margin: 0px auto;
}

/* This section is for "" */
#main
{
width: 733px;
height: 14px;
background: url(../images/top.png) no-repeat;
}

/* This section is for "" */
#back
{
width: 733px;
background: url(../images/back.png) repeat-y;
}

/* This section is for "" */
#bottom
{
width: 733px;
height: 20px;
background: url(../images/bottom.png) no-repeat;
}

/* This section is for "" */
#header {
	height: 200px;
	text-align: right;
}

/* This section is for "" */
#logo {

width: 713px;
height: 100px;
text-align: left;
padding-top: 20px;
padding-left: 20px;
color: red;
}

/* This section is for "" */
#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}

/* This section is for "" */
#logo H2 a
{
font-size: 12px;
}

/* This section is for "" */
#menu
{
width: 600px;
height: 80px;
padding-left: 133px;
background: url(../images/menu.png) no-repeat;
}

/* This section is for "" */
#menu ul {
	list-style: none;	
}

/* This section is for "" */
#menu li {
	
	display: inline; 
	
}

/* This section is for "" */
#menu a {
	float: left;
	width: 100px;
	height: 30px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
}

/* This section is for "" */
#menu a:hover {
	width: 100px;
    height: 30px;
	color: #C2F8FF;
	text-decoration: underline;
	background: url(../images/menu_r.png) repeat-x;
}


/* This section is for "" */
#right
{
	width: 228px;
	float: right;
	margin-right: 0px;
}

/* This section is for "" */
#right H3
{
width: 203px;
height: 27px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(../images/title.png) no-repeat;
}

/* This section is for "" */
#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}

/* This section is for "" */
#right .title_back
{

}

/* This section is for "" */
#right li  {
	padding: 7px;
	padding-left: 20px;

}

/* This section is for "" */
#right a {
	color: #30A6D1;
}

/* This section is for "" */
#right a:visited {
	color: #30A6D1;
}

/* This section is for "" */
#right p
{
font-size: 10px;
padding-left: 10px;
}

/* This section is for "" */
.bot
{
padding: 10px;
}

/* This section is for "" */
#left
{
width: 450px;
margin-left: 20px;
}

/* This section is for "" */
#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #30A6D1;
}

/* This section is for "" */
#left a
{
color: #30A6D1;
text-decoration: none;
}

/* This section is for "" */
#left p {
	margin: 5px;
	padding: 0;
}

/* This section is for "" */
#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #30A6D1;
}

/* This section is for "" */
#left ol, #left ul
{
margin-left: 30px;
}

/* This section is for "" */
.date {
	text-align: right;
	color: #30A6D1;
	font-size: 11px;

}

/* This section is for "" */
.date a {
	color: #30A6D1;

}



/* This section is for "" */
#footer {
	height: 44px;
	clear: both;
	padding-top: 30px;
}

/* This section is for "" */
#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

/* This section is for "" */
#footer a {
	color: #666666;
}
