body {
	font-size:12pt;
	font-family:san-serif;
	background-image: url("assets/tumblr_static_mml081_2000x.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
	background-size: 100% 100%;
	padding:0px;
	margin:0px;
}

h1 {}
h3 { font-size:125%;}



 /* unvisited link */
a:link {
    color: #050099;
}

/* visited link */
a:visited {
    color: #050099;
}

/* mouse over link */
a:hover {
    color: #050099;
	text-decoration:underline;
}

/* selected link */
a:active {
    color: #050099;
} 

div#container
{
width:100%;
margin:0px auto;
padding:0px;
}

div#header
{
max-width:100%;
margin:0px auto;
}


div#main
{
max-width:1200px;
margin:0px auto;
padding: 8px 18px;
text-align:center;
}

div#main a
{
font-size:120%;
font-family:roboto slab,sans-serif ;
text-decoration:none;
text-align:center;
}

a.email-friend {
font-size:90% !important;
}

div#main p
{
font-family:open sans;
font-size:110%;
text-decoration:none;
text-align:center;
}

div#main div
{
font-family:open sans;
font-size:110%;
text-decoration:none;
text-align:center;
}

div#main ul li
{
font-family:open sans;
font-size:110%;
text-decoration:none;
text-align:left;
}

div.submain
{
border-top:4px solid #C74375;
font-family:open sans;
max-width:100%;
margin:0px auto;
padding: 8px 18px;
text-align:center;
}

div.submain a
{
font-size:120%;
font-family:roboto slab,sans-serif ;
text-decoration:none;
text-align:center;
}

div.footer{
border-top:4px solid #C74375;
background-size: 100% auto;
height:240px;
	background-image: url("assets/footeredge.png");
    background-repeat: no-repeat;
    background-position: center bottom;
	text-align:center;
}

div.footer p{
background-size: 100% auto;
	text-align:center;
	font-family:open sans;
font-size:100%;
}

div.footer a{

text-decoration:none;
text-align:center;
	font-family:open sans;
font-size:100%;
}

