/*
                      _                                      
 _| _ _. _  _  __ |_.(_. _   _ _  _ . _  _ _ _. _  _   |_    
(_|(-_)|(_)| )    |_|| |(_  (-| )(_)|| )(-(-| || )(_)  |_)\/ 
        _/                       _/               _/      /  
 ____            _ _                 _   _       _                        
/ ___|  ___   __| (_)_   _ _ __ ___ | | | | __ _| | ___   __ _  ___ _ __  
\___ \ / _ \ / _` | | | | | '_ ` _ \| |_| |/ _` | |/ _ \ / _` |/ _ \ '_ \ 
 ___) | (_) | (_| | | |_| | | | | | |  _  | (_| | | (_) | (_| |  __/ | | |
|____/ \___/ \__,_|_|\__,_|_| |_| |_|_| |_|\__,_|_|\___/ \__, |\___|_| |_|.com
                                                         |___/           
*/

body {
	background: #F1F2E3;
	color: #333;
	}
	
a {
	color: #f00;
	}
	
a img {
	border: 0;
	}

strong {
	font-weight: bold;
	}
	
#wrap {
	width: 590px;
	margin: 0px auto;
	background: #fff;
	text-align: center;
	background: #fff url(../_images/pg_bg.gif) left bottom no-repeat;
	padding-left: 10px; 
	}
	
.logo {
	float: left;
	margin-right: 10px;
	padding: 20px 0;
	border: 1px dotted #666;
	border-width: 1px 0;
	width: 285px;
	height: 390px;
	}

.logo img {
	padding: 0 0 20px;
	}

.logo p {
	padding: 20px 10px 0;
	border-top: 1px dotted #666;
	width: 265px;
	height: 80px;
	color: #666;
	text-align: left;
	}

.logo h2 {
	width: 285px;
	padding: 0 0 20px 10px;
	text-align: left;
	}
	
address {
	font: normal 1em/1.5em  helvetica, arial, sans-serif;
	margin: 20px auto 0;
	padding-bottom: 80px;
	text-align: left;
	width: 300px;
	}
	
	address atrong {
		font-size: 1.15em;
	}
	
h1 {
	font: normal 2em/1.5em helvetica, arial, sans-serif;
	color: #333;
	padding-top: 30px;
	text-align: center;
	}

h2 {
	font: italic 1em/1.5em georgia, serif;
	color: #333;
	margin: 0 0 30px 0px;
	text-align: center;
	}

h3 {
	font: italic 1em/1.5em georgia, serif;
	color: #333;
	margin: 0 0 20px 0px;
	padding-bottom: 75px;
	text-align: center;
	}
	
p {
	font: normal 1em/1.5em georgia, serif;
	color: #008fc4;
	margin: 0 0 20px 0px;
	padding-bottom: 75px;
	text-align: center;
	}
