/* CSS Document */

body  {
	background-color: #555555;
	}

body,html {margin:0px; padding:0px; height:100%;}	
	
#left_column { 
    padding: 15px;
    float: left; 
    width: 20%;
    height:100%;
    min-width: 150px; 
    background-color: #C1C1C1;
    font-size: 12px; 
    color: #444444; 
}

#main { 
    height:100%;
    width: 70%
    float: left;
    margin-left: 20%
}

#title {
    position: relative;
    top: 10px;
    left: 30px;
    
}

#gallery_window {
    height:90%;
    width: 60%;
    margin-left: 20%;
    margin-top: 3%; 
}

gallery_window td {
	padding: 5px;
	color: #CCCCCC;
} 

#content {
    position: relative;
    top: 50px;
    left: 100px; 
    background-color: #C1C1C1;
    height:82%;
    width:70%;
    overflow: auto; 
    overflow-x: hidden; overflow-y: auto;
    padding: 15px;
} 
	

#content table{
        background-color: #FFF;
        width: 97%;
}

#content td {
	padding: 5px;
	color: #CCCCCC;
	background-color: #555555;
}

#content td a:link{color: #CCCCCC;}
#content td a:visited{color: #CCCCCC;}
#content td a:hover{color: #711;}

a.smalltext {
	    color: #000;
	    font-size: 8pt;
	   }
	   
.noborder { border: none; }

a:hover {
	color: #562016;
}

p {
	font-family: Helvetica, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-top: 0px;
}

.contact_text {line-height: 1.2em;}

strong {font-size: 13px; line-height: 1.6em; letter-spacing: 0px;}

h2 {
        text-align:center;
}

h4 {
     font-size: 16px; font-family: Helvetica, Geneva, sans-serif;
}

.right {float: right;}

.left {float: left;margin: 0px 10px 5px 0px;}

.newline {clear: all;}

