/* CSS Be Part of the Solution */

body			{ margin: 0px; 
				  padding:0px; 
				  text-align:center;
				  background-color: #ffffff;
				 
				  }

img				{ border:0px;}


h1 	{ font-family: Tahoma, Verdana, helvetica, sans-serif;
	font-size: 1.8em; 
	font-style: normal; 
	font-weight: bold;
	color:#000000; 
	display:inline;
	}
	
h2 	{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
	font-size: 1.3em; 
	font-style: normal;
	font-weight: bold;
	color:#000000;
	display:inline;
	}

#wrapper		{ width:640px;
				  margin:0px auto;
			      text-align:left;
				  background-color: #ffffff;
				  }

#content		{ background-image: url(../images/content.jpg); background-repeat: repeat-y; width: 640px;}

.content		{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
						  font-size: 0.7em;
						  font-style: normal;
						  font-weight: normal;
						  color:#333333;
						  padding: 10px;
						  }
.content A:link		{ color:#333333; text-decoration: none;}
.content A:visited	{ color:#333333; text-decoration: none;}
.content A:hover	{ color:#000000; text-decoration: underline;}
.content A:active	{ color:#333333;}

#footer		{ width: 640px;}

.footer		{ font-family: Tahoma, Verdana, helvetica, sans-serif; 
						  font-size: 0.7em; 
						  font-style: normal;
						  font-weight: normal;
						  color:#333333;
						  padding: 10px;
						  }
.footer A:link		{ color:#333333; text-decoration: none;}
.footer A:visited	{ color:#333333; text-decoration: none;}
.footer A:hover	{ color:#000000; text-decoration: underline;}
.footer A:active	{ color:#333333;}
