* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color:#2d2b7b;
	background-image: url(images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000;
	}

.clear {
	clear: both;
	}

#texHeader { 
	width: 800px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;	
	}
	
	#texHeader span {
		float: left;
		}
		
	#texHeader li {
		float: left;
		list-style-type: none;
		}
		
#middle { 
	width: 800px;
	margin-top: 25px;
	margin-bottm: 25px;
	margin-right: auto;
	margin-left: auto;	
	padding-left: 75px;
	}
	
	#middle span { 
		float: left;
		margin-right: 25px;
		}
	
	#middle h1 {
			font-size: 14px;
			}
			
		#middle p {
			font-size: 12px;
			margin-top: 10px;
			text-align: left;
			}
		
	#left { 
		width: 440px;
		float: left;
		}
			
		#left h1 {
			font-size: 14px;
			}
			#left h1 a:link {color:#CCC; text-decoration: none;} 
			#left h1 a:visited {color:#CCC; text-decoration: none;} 
			#left h1 a:hover {color:#000; text-decoration: underline;} 
			#left h1 a:active {color:#000; text-decoration: underline;}
			
		#left h2 {
			font-size: 12px;
			margin-top: 20px;
			}
			
		#left p {
			font-size: 12px;
			line-height: 18px;
			margin-top: 6px;
			text-align: justify;
			}
			
			#left p a:link {color:#000; text-decoration: underline;} 
			#left p a:visited {color:#000; text-decoration: underline;} 
			#left p a:hover {color:#000; text-decoration: none;} 
			#left p a:active {color:#000; text-decoration: none;}
			
		#left img { 
			margin-top: 2px;
			}
	
	#right { 
		width: 220px;
		margin-left: 50px;
		float: left;
		text-align: center;

		}
		
		#right img { 
			border: 1px solid #000000;
			margin-top: 38px;
			padding: 10px;
			}

#dropCap {
	float: left;
	margin-bottom: -2px;
	}
			
#texFooter { 
	width: 800px;
	margin-right: auto;
	margin-left: auto;	
	}
	
	
#copyright {
	width: 800px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: auto;	
	margin-left: auto;
	}
	
	#copyright p {
		font-size: 9px;  
		line-height: 12px; 
		text-align: center;
		margin-top: 0px;
		margin-bottom: 6px;
		}
		#copyright p a:link {color:#000; text-decoration: none;} 
		#copyright p a:visited {color:#000; text-decoration: none;} 
		#copyright p a:hover {color:#000; text-decoration: underline;} 
		#copyright p a:active {color:#000; text-decoration: none;}

/* © 2005 PREMIUM DESIGN WORKS */
