/*Love The Dogs Main Style Sheet* - Last Updated by Simon Del Giudice on 04-08-08
******************************************************************/

/*Main Styles*
******************************************************************/
body {
	margin: 20px auto 0 auto;
	font-family: Arial, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	background: black;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding: 0 0 8px 0;
	margin: 0;
	line-height: 18px;
	/*letter-spacing: -0.01em;	*/
}
title {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 24px;
	color: #3B2D7A;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	/*letter-spacing: -0.05em;*/
} 
h2 {
	font-size: 18px;
	color: #BD1C8C;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 0;		
	/*letter-spacing: -0.01em;	*/
}
h3 
{
    font-size: 14px;
	padding-bottom: 0px !important;
	margin-bottom: 5px !important;*/
	/*padding: 0 !important;
	margin: 0 !important;*/

}

/*
ul {
	margin: 0;
	padding: 0;
}*/

li {
	line-height: 18px;
}
	
a { color: #BD1A8D; text-decoration: none; font-weight: bold;}
a:hover { color: #7C0658; text-decoration: none;}
a:visited, a:active {color: #BD1A8D; text-decoration: none;}	
	
th {
	background: #636163;
	color: white;
}


input {
	background: #CE3BA3;
	color: white;
	font-size: 11px;
	border: 1px solid #CE3BA3;
	height: 20px;
	padding: 0;
	margin: 0 0 3px 0;
	font-family: Arial, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
	}

textarea {
	background: white;
	color: #CE3BA3;
	font-size: 11px;
	border: 1px solid #CE3BA3;	
	margin: 0 0 3px 0;
	font-family: Arial, 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
	}
select {
font-size: 11px;
margin: 0 0 3px 0;
padding: 0;
}

#web-design {
	clear: both;
	display: block;
	width: 960px;
	height: 25px;
	text-align: right;
	color: #CCCCCC;
	font-weight: normal;
	margin: 0 !important;
	padding: 0 !important;
}
	#web-design a, #web-design a:hover{
		color: #CCCCCC;
		text-decoration: none;
		font-weight: bold;
	}

