/*Global Initialise*/
* {
margin: 0;
padding: 0;
}

img {
border:0;
display: block;
}

html body {
background: #000000;
text-align: center;
}

#content {
width: 800px;
background: #FFFFFF;
_height: 675px;
min-height: 675px;
margin: 0px auto;
margin-top: 20px;
text-align: left;
}

html>body #content {
overflow: auto;
}

#mainContent {
width: 100%;
_height: 555px;
min-height: 555px;
}

#header {
background: #FF9900;
height: 120px;
width: 100%;
}

#headerTitle {
margin-top: 40px;
width: 614px; 
text-align: center;
}

#nav {
width: 150px;
float: left;
margin:10px 5px;
}

html>body #nav {
margin: 10px;
}

ul {
list-style: inside;
list-style-type: circle;
text-align:left;
margin-left: 15px;
margin-top: 5px;
margin-bottom: 10px;
}

#rightContent {
float: right;
width: 620px;
_height: 535px;
min-height: 535px;
margin:10px 5px 10px 0;
text-align: center;
}

html>body #rightContent {
margin:10px 10px 10px 0;
}

#footer {
height: 50px;
width: 800px;
margin: 0 auto;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
text-decoration: none;
}

.redLine {
background: url(../../images/redBar.gif) no-repeat;
width: 550px;
height: 10px;
clear:both;
}

.dotLine {
float:left;
background:url(../../images/dot.gif) repeat-x;
width: 550px;
height:2px;
clear:both;
}
