/* Applying YUI reset, base and fonts */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:none outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
body {font:13px/1.231;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* end Yui reset */
body {
font-family: arial, helvetica, clean, sans-serif;
background-image: url('images/mainbg.jpg');
background-repeat:repeat-x;
}

#wrapper {
padding: 10px;
margin: 5px auto 5px auto;
background-color: #fff;
border: 1px solid #000;
width: 800px;
height: auto;
}

#top_nav {
width: 800px;
}

#top_nav ul {
padding: 0;     
margin: 0;     
}

#top_nav a {     
display: block;     
width: 200px; 
text-decoration: none;
color: #f60;
font-weight: boldest;
font-size:1.4em;
} 
#top_nav a:hover {
color:#f00;
}

#top_nav li {     
float: left;     
width: 200px; 
text-align: center;
line-height:1.5em;
}

#main {
clear:both; 
top:200px; 
width:auto; 
height:auto;
}

#contentpane {
clear:both;
margin:10px;
}

#footer {
clear:both;
}

.footertag {
font-size:9px;
text-align:center;
}

.copy_list li {
list-style-type:disc;
font-size:1.2em;
}

.photo_cap {
padding:100px 0 0 0;
}
.img_left {
float:left;
padding: 10px;
}

.img_right {
float:right;
padding: 10px;
}

.clear_both {
clear:both;
}