@charset "utf-8";
/* PawPrints CSS Document */

* {
margin: 0px;
padding: 0px;
}

html {
width: 100%;
height: 100%;
text-align:center;
}
body {
width: 100%;
height: 100%;
background: url('../images/bg_navwrapperN.jpg') left top repeat #5CAFB7;
text-align:center;
}

h1 {

}
h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-style: italic;
margin-bottom: 25px;
color: #00B3E2;
}
h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
margin-bottom: 15px;
}

p {
margin-bottom: 15px;
color: #1E1E1E;
}

a {
color: #1E1E1E;
text-decoration: none;
}
a:hover {
color: #00B3E2;
text-decoration: underline;
}

ul {
margin-bottom: 15px;
margin-left: 20px;
}
ol {
margin-bottom: 15px;
}
li {
font-size: 12px;
color: #666666;
}

div.clear { 
clear: both;
}

/* layout */

#wrapper {
width:550px;
height:431px;
margin:0px auto;
}

#proceedings {
width:550px;
height:156px;
}
	#proceed_browse {
	width:230px;
	height:156px;
	}
	#proceed_design {
	float:right;
	width:230px;
	height:156px;
	margin-right:20px;
	}

#retailerslogin {
width:550px;
text-align:center;
margin-top:15px;
}
	#retailerslogin a {
	font-family:century gothic, sans-serif;
	font-size:14px;
	text-transform:lowercase;
	color:#33FFCC;
	text-decoration:none;
	}
	#retailerslogin a:hover {
	text-decoration:underline;
	}