@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,body{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

html{
background-image:url('back.jpg');
background-repeat:repeat;
}

#backShadow{
width:810px;
display:block;
background-image:url('secondBack.jpg');
background-repeat:repeat-y;
margin:0px auto;
}

#whole{
width:800px;
display:block;
margin:0px auto;
position:relative;
background-image:url('wholeBack.jpg');
background-repeat:repeat-y;
}

#banner{
width:800px;
height:150px;
display:block;
clear:both;
position:relative;
background-image:url('banner.jpg');
background-repeat:no-repeat;
}

#sideLinks{
width:185px;
float:left;
clear:left;
position:relative;
display:block;
}

.button{
height:30px;
padding-top:5px;
width:175px;
padding-left:10px;
display:block;
position:relative;
color:#FFFFFF;
font-weight:bold;
background-image:url('button.jpg');
background-repeat:no-repeat;
}

.buttonTop{
height:2px;
width:185px;
display:block;
position:relative;
color:#FFFFFF;
font-weight:bold;
background-image:url('buttonTop.jpg');
background-repeat:no-repeat;
}

#content{
width:603px;
padding:5px;
display:block;
float:right;
position:relative;
clear:right;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
border-bottom:0px;
}

#footer{
width:800px;
height:100px;
display:block;
clear:both;
position:relative;
background-image:url('footer.jpg');
background-repeat:no-repeat;
}

#empty{
display:block;
width:800px;
clear:both;
}
.navbarlink{
vertical-align: baseline;
color:#FFFFFF;
text-decoration:none;
font-size: 14px;
}