/* CSS Our Lady of Grace */

* { 
    margin:0px; 
	padding:0px;
}

body{    
	background:url(images/var_up.jpg) repeat-x;
	background-color:#F0F0E8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

A:link {text-decoration: none; color: #8D846D;}
A:visited {text-decoration: none; color: #8D846D;}
A:active {text-decoration: none; color: #8D846D;}
A:hover {text-decoration: none; color: #ADA798;}

img {
    border:none;
}
	
.main{
    width:935px;
	margin: 0 auto;
}


.colum_left{
    float:left;
	width:211px;
	background:#DFD7C2;
	border-top:#32312D solid 8px;
	padding: 0 4px 0 4px;
	border-bottom: 7px solid #DBD6C2;
 
}


#text_under_logo{
    width:183px;
	border-left:solid #D3CCB9 4px;
	border-right:solid #D3CCB9 4px;
	background:#F0F0E8;
	float:left;
	padding:10px;
}

.colum_right{
    width:716px;
	float:left;
}


ul.mainmenu {
			display: block;
			overflow: auto;
			height: 1%;
			padding-top:12px;
			padding-bottom:6px;
			width:714px;
			float:left;
			}


.mainmenu li {
			float: left;
			list-style-type:none;
			}
			
		.mainmenu li a {			
			display: block;
			padding: 6px;
			margin-left:12px;
			color:#333333;
			text-decoration:none;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:bold;
			
			}
		
		.mainmenu li a:hover {
			color:#000000;
			
			}

.main_content{
    width:676px;
	padding:20px;
	background:#F0F0E8;
	margin-top:2px;
	float:left;
}

.main_content p{
margin: 13px 0;
}

.main_content h1 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
}


.var_left{
    width:440px;
	background:url(images/stripe.jpg) repeat-x;
	float:left;
	margin-top:20px;
	padding: 5px;
	}
	
.var_left h2{
    font-size:12px; 
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 5px 5px;
	float:left;
}	

.var_left p{
    width:400px;
}

	
.v_right{
    width:200px;
	}
	

.form1{
    width:180px;
	padding:10px;
	float:left;

}

.bg_text{
    background:url(images/imput.jpg) no-repeat;
	width:183px;
	height:28px;
	margin-top:5px;
	padding:5px 0 0 10px;
}

.text_area{
    border:none;
	
}


.login{
    background:url(images/login.jpg) no-repeat;
	width:82px;
	height:25px;
	border:none;
	float:right;
	margin-top:5px;
}

.down{
   margin-top:0px;
}





























