﻿/*Global General styles start*/
body
{
    background: #6bc3be;
	margin: 0; 
	padding: 0;
	color: #000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;

    
}
/*Global General styles end*/

/*Global Structure styles start*/


#container
{
    width:940px;
    margin:0 auto 0 auto;
    text-align:left;
    background:#ffffff;
    border-style:solid;
    border-color:Black;
    border-width:1px;
    padding:10px 10px 0 10px;   
}

#menu_column
{
    width:137px;
    float:left;
    padding:0px 0 0 0;
    margin:15px 0 0 0;
    background-color:White;    
}
#text_column
{
    width: 750px;
    min-height: 200px;    
    padding:15px 15px 15px 15px;
    float: right;
    margin: 15px 0 25px 21px;
    background-color:White;
    background-image:url("Images/text.jpg");
    background-repeat:repeat;
    border:dashed 1px #000000;
    
    
}

#bottom_row
{
    clear:both;
    background-color:White;
    margin:20px 0 0 0;
}

a:link
{
    color:#53415b;  
        font-weight:bold; 
    text-decoration:none;
}
a:visited
{
    color:Purple;

    text-decoration:none;
   
}
h2
{
    color:#53415b;
    
    }
/*Global Structure styles end*/


.buttons_2
{
    text-align:left;
    margin:0px 0 0px 0;
    height:175px;
    padding:0 0 35px 0;
}


.photo_column
{
    width:142px;
    padding:0 0 0 0;
    margin:10px 0px 0 0;
    float:left;
}

.photo_holder
{
    width:142px;
    height:175px;
    margin:0 14px 0 0px;
}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.main_content
{  
    width:580px;
    float:right;  
    padding:0px 10px 0px 10px;  
}