/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com

	background:#47497C;  - content background
background:#949CC1; - Body Background		
	  
*/

* { padding: 0; margin: 0; }



body {
 font-family: Times, Helvetica, sans-serif;
 font-size: 13px;
 background:#1670BC;
 color:snow;
}
#header {
 width: 900px;
 color: #333;
 padding: 20px;
 height: 200px;


 background:#1670BC url('images/HeaderPage.jpg') no-repeat 0 0;background-position: center center;

}

/* unvisited link */
a:link {
  color: snow;
}

/* visited link */
a:visited {
  color: snow;
}

/* mouse over link */
a:hover {
  color: snow;
}

/* selected link */
a:active {
  color: snow;
}



p.Indenter {
text-indent:25px;
margin:4px 4px 4px 4px;
text-align:justify;
text-justify:inter-word;
}

span2
{
float:left;
width:0.7em;
font-size:400%;
font-family:algerian,courier;
line-height:80%;
margin:4px 4px 4px 4px;

text-align:justify;
text-justify:inter-word;
}


p.ex1 {margin:1cm 4cm 3cm 1cm}

.firstletter {
	float: left;
	font-size:400%;
	line-height:80%;
	margin:4px 4px 4px 4px;
	text-align:justify;
	text-justify:inter-word;
	font-family:algerian,courier;
	margin:4px 4px 4px 4px;
	width:0.7em;
}


.center
{
margin:auto;
width:99%;
background-color:#b0e0e6;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
 background:#1670BC;
}


#wrapper1 { 
 margin: 0 auto;
 width: 1000px;
 background:#1670BC;
}


#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
background:#20507E;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 678px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
background:green;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 195px;
 display: inline;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 margin: 0px 10px 10px 0px;
 
}


img.center {
  display: block;
width:70%;
  margin-left: auto;
  margin-right: auto;
}



div#menu {
    margin:-5px auto;
    width:99%;
}
div#copyright {
    margin:0 auto;
    width:80%;
    font:11px 'Trebuchet MS';
    color:#5d4381;
    text-indent:20px;
    padding:40px 0 0 0;
}
div#copyright a { color:#8a2be2; }
div#copyright a:hover { color:#5d4381; }