/* External Style Sheet  Filename: cv_stylesheet_1.css */

/*Beginning of Entire Web Site ------------------------------------------- */
#container
{ 
background-color: #030040;
width:100%;
position:absolute; 
left: 1%;


}

/* Link Colors */
a:link {color: #ff3300}
a:hover {color: #ff9900}
a:active {color: #FF00FF}

/* Text Items */
div.textcolor_1 {color: #ffff01}
div.textcolor_2 { color: #030040 }
div.meunu_headings { font-size:14pt; padding-left:6px;}
div.textsize_20 { font-size:20pt;}
div.textsize_14 { font-size:14pt;}
div.textsize_12 { font-size:12pt;}
span.highlight{ background-color:yellow;} 

body
{
height:100%;
 }

/* End Of Entire Web Site ------------------------------------------------ */


/* Beginning of Header Items --------------------------------------------- */
div.header
{ 
width: 1000px;

background-color: #030040;
}
/* End of Header Items --------------------------------------------------- */


/* Beginning of Main Body Items ------------------------------------------ */

/* Left side bar and Main Body div */

div.left_main_container
{
background-color: #030040;

min-height:650px;
height:100%;
}

/* Left side bar */

div.left_menu
{ 

background-color: #030040;  
color: #ffff01;
width:162px;
height:100%;
text-align:left;
position:absolute;
height:auto;
padding-left:4px;
padding-right:1px;
}

/* Vertical Menu Bar on Left Side*/
a.menu
{
display:block;
background-color:#030040;
max-width:92%;
text-decoration:none;
color:#ff3300;
padding:0px 4px 0px 2px;
}

a.menu:hover
{
background-color:#ff3300;
color: #030040;
}

div.menuspacing
{
padding-top:2px;
}

/* Mainbody Item */
#maincontent
{ 

background-color:#f0fff0;
position: relative;
padding-top: 10px;  
left:0px;
width:838px;
height:100%;
color: #030040;
}
/* Mainbody Background */
 
div.mainbackground
{

position: relative;
padding-top: 50px;  
left:167px;
width:838px;
height:100%;
background-color:#f0fff0;
min-height:650px;
}

/* Special Announcement on Home Page and alignment of other pages */
div.ninty
{
width: 754px;
padding-left: 50px;
}

/* Church Staff */
img.float_right1
{ 
float:right;
margin:0 325px 0 0px;
}

img.float_right2
{ 
float:right;
margin:0 200px 0 0px;
}

img.float_left1
{ 
float:left;
margin:0 50px 0 30px;
}

div.left_padding1
{
padding:0px 0px 0px 50px; 
}

div.left_padding2
{
padding:0px 0px 0px 90px; 
}

div.container2
{
width: 700px; 
}

/* Are You Saved */
div.container3
{ 
width:770px;
}

/* Christian Links */
div.container4
{ 
width:400px;
text-align:left;
}

/* Link To Us */
div.container5
{ 
width:600px;
text-align:left;
}

/* Guest Book */
div.container6
{
width: 700px;

}


/* End of Main Body Items ------------------------------------------------ */


/* Beginning of Footer Items --------------------------------------------- */
div.footer
{ 

position:relative;
display:block;
color: #ffff01;
text-align:center; 
padding:15px 0px 15px 0px;
background-color:#030040;
width: 1000px;
}

/* End of Footer Items --------------------------------------------------- */
