/*******************************************************************************
* Reset stylesheet and basic sitewide css (Mainly HTML tags)
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #D22F30 url(../images/content/bg.gif) repeat-x 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a{
	outline: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #7E1114;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

img {
	display: block;
	border: 0;
}

p {
	padding: 0 0 10px 0;
}

ul, ol {
	/*margin: 0 0 0 15px;*/
	padding: 0 0 0 30px;
}

h1 {
	font-weight: normal;
	font-size: 2em;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

/*******************************************************************************
* Forms
*******************************************************************************/

.field {
	float: left;
	margin: 0 0 10px 0;
}

