@charset "UTF-8";
/* CSS Document
Designed by Miraj Mohsin of HALFTONE NEW YORK */

* {
	margin: 0;
	padding: 0;
	
	}
	
body {
	background-color: #ffffff;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	letter-spacing: 0px;
	word-spacing: 1px;
	
	}

img {  
	border-style: none;
	
	}
	
img.b {
	border: 1px;
	border-color: #D7DEDD;
	border-style: solid;
	padding: 10px;
	
	}
	
.image {
	position: relative;
	float: left; /* optional */
	border: 1px;
	border-color: #D7DEDD;
	border-style: solid;
	padding: 10px;
	
	}
	
.image .text {
	position: absolute;
	bottom: 15px; /* in conjunction with left property, decides the text position */
	left: 10px;
	width: 400px; /* optional, though better have one */
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 80px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	
	}
	
/* LINK */

A:link {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #727272;
	font-weight: bold;
	text-decoration: none;
	
	}
	
A:visited {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #727272;
	font-weight: bold;
	text-decoration: none;

	}
	
A:active {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #727272;
	font-weight: bold;
	text-decoration: none;

	}
	
A:hover {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #cee2ef;
	color: #000000;
	font-weight: bold;
	text-decoration: none;

	}
	
/* TEXT */

h1 {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #626262;
	font-weight: lighter;
	
	}
	
h2 {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #626262;
	font-weight: lighter;
	
	}
	
h6 {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #626262;
	font-weight: lighter;
	word-spacing: -3px;
	height: auto;
	
	}
	
p {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #626262;
	word-spacing: 3px;
	height: auto;
	
	}
	

		
/* DIV */

#wrapper {
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 1024px;
	height: 100%;
	
	}
	
#page {
	margin: 0px auto;
	padding-top: 20px;
	border: 0;
	width: 1024px;
	height: 100%;
	overflow: auto;
	
	}
	

#content {
	margin: 0px auto;
	padding-left: 10px;
	border: 0;
	float: right;
	width: 770px;
	height: 100%;
	
	}
	
#header {
	width: 1024px;
	background-color: #ffffff;
	background-image: url(../img/headerbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 50px;
	padding: 0px;
	margin: auto 0px;
	padding-top: 15px;
	padding-bottom: 45px;
	}
	
#logotxt {
	width: 315px;
	text-align: right; 
	height: 45px;
	line-height: -10px;
	float: right;
	margin: auto 0px;
	
	}
	
input {
	color: #781351;
	background:url(../img/text_area.png) repeat-x bottom left; 
	border: 0px solid #781351;
	outline:none;
	
	}

.submit input {
	text-decoration:none;
	color: #000;
	background: #fff;
	border: 1px solid #d7b9c9;
	
	}

textarea {
	color: #781351;
	background: url(../img/text_area.png) repeat #FFFFAE top left;
	border: 0px solid #781351;
	outline:none;
	width:800px;
	line-height:25px;
	font-size:19px; 
	font-weight:lighter; 
	font-family: Helvetica Neue,Helvetica,Arial,sans; 
	letter-spacing: .08em;
	
	}
	
