/*Frontier Baptist Church Stylesheet*/
html {
		margin: 0;
		padding: 0;
		}

body  {
		font-family: verdana, garamond, arial, sans-serif;
		color: black;
		height: 1em;
		width: 100%;
		}
		
ul
	{list-style-image: url('cross.gif');
	}

#pagewidth {
			max-width: 100%;
			min-width: 75%;
			}
@media screen { 
(min-width: 320px; max-width: 800px;)}
.outer-wrapper {
width:98%;}}
#header {
			font-family: Arial, verdana, sans-serif;
			height: 1em;
			position: middle;
			width: 100%
			}
			
#leftcol {
			float: left;
			position: relative;
			width: 15%;
			}
			
#maincol  {
			float: left;
			position: relative;
			width: 55%;
			
			}
			
#rightcol  {
			float: right;
			position: relative;
			width: 18%
			}
	
#footer  {
			width: 100%;
			float: left;
			}
			
#menu  {
			font-family: Arial, Verdana, sans-serif;
			font-weight: normal;
			font-size: 1em;  /*16px/16=1em*/
			}
			
/************pseudo classes***************/
a:link  {
		color: #00000ff;
		}
		
a:visited  {
			color: #330099;
			}
			
a:hover  {
			color: #ff33cc;
			}
			
a:active  {
			color: #ff0033;
			}
			
h1   {
			font-family: Verdana, Arial, sans-serif;
			font-weight: strong;
			font-style: normal;
			font-size: 1.5em;  /*30px/16=2.5em*/
			text-decoration: none;
			color: #000000;
			}
			
h2   {
			font-family: Verdana, Arial, sans-serif;
			font-weight: strong;
			font-size: .875em;
			text-decoration: none;
			color: black;
			}
			
h3   {
			font-family: Verdana, Arial sans-serif;
			font-weight: strong;
			font-style: italic;
			font-size: .8em;
			text-decoration: none;
			color: blue;
			}
			
div   {
			border: #fdedf2 1px solid;
			}