
/* Global Tag Definitions */
@import url("globals.css");


/* layout
----------------------------------------------*/
body {
	text-align: center;
}
#wrapper {
    width: 750px;
    margin: 40px auto 0 auto;
    text-align: left;
}
#contact {
    width: 350px;
	float: right;
}

/*Typography
----------------------------------------------*/
body {
	color: #3D4047;
	background-color: #ffffff;
	font-family: Helvetica, Arial, Sans-Serif;
}

p, h1, h2, h3, a, br, strong {
	
	line-height: 1.1em;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 150%;
	margin-bottom: 10px;
}

h3 {
	font-size: 100%;
	margin: 0;
}

p {
	font-size: 90%;
	margin: 20px 0;
}
strong {
	font-weight: bold;
}

/* Links
----------------------------------------------*/

a:link {
	text-decoration: none;
	color: #A72645;
}
a:visited {
	text-decoration: none;
	color: #A72645;
}
a:hover {
	text-decoration: none;
	color: #3D4047;
}
a:active {
	text-decoration: none;
}
a:focus{

}



#subscribe p {
	margin: 0;
	padding: 0;
	font-size: 60%;
}

#subscribe input {
	margin: 5px 0 10px 0;
}
