/* General layout */

body
{
	margin: 0;
}

#container
{
	width: 620px;
	align: center;
	margin: 0 auto;
}

#left_col
{
    background: #ffffff;
    float: left;
    width: 275px;
    padding: 10px;
}

#right_col
{
    background: #ffffff;
    float: right;
    width: 275px;
    padding: 10px;
}

#footer2
{
    background: #D3D3D3;
    text-align: center;
    clear: both;
    margin-top: 300px;
    min-height: 20px;
}
    
/* Photo */

#photo
{
	 text-align: center;
	 background-image: url("/graphics/cover_images/turnbaby.php");
	 width: 600px;
	 height: 350px;
	 border-style: solid; 
	 border-color: #000000;
	 border-width: 5px;
	 vertical-align: bottom; 
}

.logo
{
	float: right;
	margin-top: 314px;
}

/* Look and feel */

.cat-header
{
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #666666;
	border-bottom: thin dashed #BBBBBB;
}

.footer 
{
	font-size: x-small;
}

.index-menu
{
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 60%;
}

a.index-menu:link {color: #000000; font-weight: normal; text-decoration: none;}     /* unvisited link */
a.index-menu:visited {color: #000000; font-weight: normal; text-decoration: none;}  /* visited link */
a.index-menu:hover {color: #C61E4F}   /* mouse over link */                                                
a.index-menu:active {color: #C61E4F}   /* selected link */                                                 


a.plain:link {color: #000000; font-weight: normal; text-decoration: none;}     /* unvisited link */   
a.plain:visited {color: #000000; font-weight: normal; text-decoration: none;}  /* visited link */   
                                          
                                          