@charset "utf-8";
/* CSS Document */

body{
    #background-color:#b680b6;
    background-image:url(images/back.png);
    padding:0px;
    margin:0px;
    width:100%;
    #height:100%;
}

h1{
    margin:50px;
    font-family:verdana;
    font-size:36px;
    letter-spacing:3px;
    line-height:20px;
    text-shadow: 2px 2px #000;
    color:#fff;

}

a:link{
    color:#000;
    text-decoration:none;
    
}

a:visited{
    color:#000;
    text-decoration:none;
    
}

a:hover{
    color:#000;
    text-decoration:underline;
    
}

a:active{
    color:#000;
    text-decoration:underline;
    border:none;
    border-color:#fff;
    
}

#banner{
	float:center;
	margin:10px auto 0px auto;
	width:800px;
	height:158px;
	#border: solid 1px #000;
	#overflow:auto;
	#background:#fff;
}

#wrapper{
	float:center;
	margin:0px auto;
	width:800px;
	height:800px;
	#border: solid 1px #000;
	#overflow:auto;
	background:#fff;
}

#content_btm{
	float:left;
	margin:20px 5px 0px 25px;
	width:750px;
	font-family:verdana;
    text-align:left;
    font-size:11px;
    letter-spacing:1px;
    line-height:20px;
    color:#787878;
}

#footer{
    bottom:0px;
    margin:0px auto;
    width:800px;
    height:100px;
	background-color:#000;
	
}

#logo{
	float:center;
	margin: 10px 0px 0px 0px;
}

#top_pic{
    float:center;
    margin:0px 0px 0px 0px;
}

#menu_holder{
    margin:0px 0px 0px 0px;
    border: solid 1px #000;
    width:800px;
    height:40px;
    background-color:#000;
}

#buttons{
    float:left;
    margin: 5px 2px 5px 2px;
    border:2px solid #000;
    padding:5px 0px 0px 0px;
    font-family:verdana;
    font-size:12px;
    text-hover:underline;
    text-color:#000;
    text-align:center;
    letter-spacing:1px;
    height:22px;
    width:125px;
    background:#a864a8;
    
}

#main{
    float:left;
    margin:0px;
    width:800px;
    height:500px;
    
}

#main_text{
    float:left;
    display: inline-block;
    margin:0px 0px 10px 25px;
    color:#000;
    padding:15px 20px 15px 20px;
    width:330px;
    height:280px;
    font-family:verdana;
    text-align:justify;
    font-size:12px;
    letter-spacing:1px;
    line-height:20px;
    
}

#text_box{
    float:left;
    margin: 10px 0px 0px 10px;
    width:250px;
    height:30px;
    border: solid 1px #000;
    background:#a864a8;
}

#text_box_btm{
    float:left;
    margin: 0px 0px 0px 10px;
    width:250px;
    height:75px;
    border: solid 1px #000;
}

#main_text_r{
    float:left;
    display: inline-block;
    margin:0px 0px 10px 10px;
    color:#000;
    padding:15px 20px 15px 20px;
    width:330px;
    height:280px;
    font-family:verdana;
    text-align:justify;
    font-size:12px;
    letter-spacing:1px;
    line-height:20px;
    
}