body
{
	background:  #000000 url(images/bg.gif) repeat-x fixed;
	margin: 0;
	padding: 0;
	font: 0.7em Verdana,Tahoma,Arial,sans-serif;
	color: #000000;
	text-align: center;
}

#Header{
	background-image: url(images/Header.jpg);
	height: 70px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	padding-top: 10px;

}
p
{
	margin: 5px 0 5px;
	padding: 0;
	letter-spacing: 1px;
}

h1
{
margin: 1px 0 0 0;
padding-bottom: 2px;
color: #000000;
font-size: 14px;
border-bottom: 1px solid #333333;
background: inherit;
}

a{color: #fff; text-decoration: underline;}
a:hover {color: #FFFFFF; text-decoration: none;}

ul
{
color: #fff;
list-style-type: none;
padding-left: 10px;
margin: 0 0 5px;
background: inherit;
}

li
{
font-weight: normal;
padding: 0;
}

blockquote
{
width: 30em;
margin: 0 0 0 10px;
padding: 5px;
border-left: 1px solid #666
}

/* Main box  surrounding everything*/

#outer
{
	margin: 0 auto;
	width: 850px;
	border: 1px solid #222;
	background-color: #333;
	color: #000000;
	text-align: left;
}

/* Below is everything inside of #outer*/

/* The path box e.g. /root/path */

#location
{
	margin: 0px 0px 0;
	padding: 4px 0px 0px 0px;
	color:#FFFFFF;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	font-size: 12px;
	height: 25px;
	background-image: url(images/nav.gif);
	text-align: center;
}

/* The left column (nav) */

#left
{
	margin: 0;
	float: left;
	width: 148px;
	margin-top: 5px;
}

/* The right column (content) */

#right
{
	float: left;
	margin: 0 1px;
	width: 670px;
	background-color: #FFFFFF;
	padding: 10px;
	background-image: url(images/background.jpg);
}

#right a{color: #E51624; text-decoration: none; background-color:inherit;}


#Main{
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;
	border: thin solid #727272;
	font-family: Arial, Helvetica, sans-serif;
}

/* Div classes Styles */

div .orange /* This is the orange bars that are on top of the main box and navs */
{
height: 5px;
border-bottom: 1px solid #222;
background-color: #E51624;
color: inherit;
font-size: 0;
}

.navouter
{
border: 1px solid #222;
width: auto;
margin: 5px 0 5px 5px;
background-color: #727272;
color: inherit;
}

.navheader
{
background-color: #666;
color: #FFFFFF;
width: auto;
border-bottom: 1px solid #222;
padding: 2px;
margin-bottom: 5px;
text-align: center;
font-weight: bold; 
}

.navcontent
{
	padding: 2px;
	margin:0 0 0 3px;
	color: #fff;
	font-size:11px;
	font-weight:bold;
	background-color: #727272;
	text-transform: capitalize;
	text-align: left;
}

/* This is for inserting code */
.code
{
	margin: 5px;
	padding: 3px;
	font-family: helvetica, monospace;
	font-size: 10px;
	text-transform: lowercase;
	background-color: #333;
	color: inherit;
	border: 1px solid #666;
	float: left;
}

.htimeauth
{
display:block;
margin: 0;
padding: 0;
text-align:left;
font-size: 10px;
color: #666;
background-color: inherit;
}

#Footer{
	width: 850px;
	height: 17px;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	background-color: #E51624;

}

.Button{
	background-color: #E51624;
	color: #FFFFFF;
	border: .5pt solid #FFFFFF;
	padding: 2px;
	text-align: center;
	margin: 3px;
	background-image: url(images/Footer.gif);

}
.myBox
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 60%;
    padding: 20px;
    text-align: left;
    background-color: #ff0000;
    border: 3px solid #ffffff;
    /*
    background-image: url(back_test2.jpg);
    background-repeat: no-repeat;
    */
}

#img{
	border: thin solid #727272;
	width: auto;
	margin: 0px 10px 0px 15px;
	padding: 0px;
	float: right;
	background-color: #000000;

}
.Table{
	border: 1px solid #333333;
	text-indent: 3px;
	background-color: #FFFFFF;
	color: #000000;
}

.r{
	border-right: thin solid #727272;
	padding-right: 2px;
}

.img{
	border: thin solid #333333;
}

.WhiteText{
	color: #FFFFFF;

}
