html {
margin:0;
padding:0;
height:100%;
width:100%;
}

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

a:hover{
color:#0000cc;
}
a:visited {color:#f37021;}  /* visited link */

.smalltext{
font-size:10px;
}

.clear{
clear:both;
}

body{
height:100%;
font-family: Tahoma, Arial,Helvetica,sans-serif;
font-size: 12px;
color: #eee;
margin:0;
padding:0;
background:#c8c7c7 url("img/lines_bg.gif") top center repeat;
}

#header{
width:90%;
height:111px;
margin:0 auto;
background-color:#5d5c5c;
}

/*style for IE*/		
* html #header {
width:1000px;
}

#question{
float: right;
width:96%;
height:22px;
font-family: Tahoma,sans-serif;
font-size:14px;
background-color:#0000cc;
}

#title{
float: right;
width:96%;
height:89px;
background-color:#555;
}

#title h1{
font-size:30px;
margin:10px 0 0 20px;
}

#title h2{
font-size:18px;
margin:3px 0 0 20px;
}

#wrap{
width:90%;
height: auto;
min-height:100%;
margin: 0 auto;
padding:0;
background-color:#5d5c5c;
}

/*style for IE*/		
* html #wrap {
width:1000px;
}

#inner{
float: right;
position:relative;
width:96%;
height: 100%;
min-height:100%;
padding:0;
background-color:#000099;
}

#menucolumn{
float:left;
width:20%;
height:100%;
min-height:100%;
padding:10px 0 10px 0;
}

/* ######### Style for Side Menu ######### */

#menucolumn dl {width:100%; margin: 40px 10px 0 0; padding: 0 0 11px 0;}
#menucolumn dt {width:100%; margin:0; padding: 20px 0 20px 0; font-size: 13px; font-weight:bold; color: #fff; border-bottom:1px solid #ccc;}
#menucolumn dd {width:100%; margin:0; color: #fff; font-size: 13px; border-bottom:1px solid #ccc; background: #434343;}
#gallery a, #gallery a:visited {width:100%; color:#eee; text-decoration:none; background:transparent; display:block; padding:5px 0 5px 20px;}
#gallery a:hover {background: #f37021; color:#fff; display:block; padding:5px 0 5px 20px;}

ol li {font-size:12px;}

#menucolumn dd.on {color: #000099;  font-weight:bold; background:#616161; display:block; padding:5px 0 5px 20px;}

/* ######### End Side Menu ######### */

#address{
font-family: Tahoma,sans-serif;
font-size:11px;
margin-top: 260px;
padding:10px 0 10px 10px;
}

#content{
float:right;
width:80%;
height:100%;
min-height:100%;
background-color:#fff;
color:#5d5c5c;
}

#content a {
	width:80%;
	color:#0000cc;
	text-decoration: underline;
}

#content a:visited {
	width:80%;
	color:#f37021;
	text-decoration: underline;
}

#content a:hover {color:#000000;}

/*style for IE6*/		
* html #content{
width:70%;
}

#content h1{
font-size: 15px;
margin:2px 0 1px 0;
}

#content h2{
font-size: 13px;
margin:2px 0 1px 0;
}

.contentpadding{
padding: 10px 15px 20px 20px;
border-right:30px #5d5c5c solid;
height:100%;
min-height:100%;
}

.photo-r{
float:right;
margin:5px 25px 10px 10px;
}