@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-color: #000;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: 0px;
}
#main {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
}
p {
	color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
h4 {
	color: #E60E0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
ol {
	color: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-style: italic;
}
li {
	margin-bottom: 8px;
}

a:link {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
a:hover {
	color: #A00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
#logo {
	width: 105px;
	float: left;
	padding-top: 5px;
}
#nav {
	width: 590px;
	float: left;
	margin-left: 6px;
	text-align: center;
	padding-top: 45px;
}
#buttons {
	position:relative;
	left:0px;
	top:0px;
	width:544px;
	height:22px;
	margin-right: auto;
	margin-left: auto;
}

#Home {
	position:absolute;
	left:0px;
	top:0px;
	width:34px;
	height:22px;
}

#About {
	position:absolute;
	left:34px;
	top:0px;
	width:42px;
	height:22px;
}

#News {
	position:absolute;
	left:76px;
	top:0px;
	width:36px;
	height:22px;
}

#Dog_Bites {
	position:absolute;
	left:112px;
	top:0px;
	width:59px;
	height:22px;
}

#Store {
	position:absolute;
	left:171px;
	top:0px;
	width:39px;
	height:22px;
}

#Fans {
	position:absolute;
	left:210px;
	top:0px;
	width:34px;
	height:22px;
}

#Dog_Boxer_Girls {
	position:absolute;
	left:244px;
	top:0px;
	width:94px;
	height:22px;
}

#Links {
	position:absolute;
	left:338px;
	top:0px;
	width:36px;
	height:22px;
}

#Fights {
	position:absolute;
	left:374px;
	top:0px;
	width:42px;
	height:22px;
}

#Sponsorships {
	position:absolute;
	left:416px;
	top:0px;
	width:77px;
	height:22px;
}

#Contact {
	position:absolute;
	left:493px;
	top:0px;
	width:51px;
	height:22px;
}
#shop {
	width: 130px;
	float: right;
	text-align: right;
	padding-top: 42px;
}
#header {
	width: 835px;
	clear: left;
	margin-top: 15px;
	float: left;
}
#select {
	width: 525px;
	clear: both;
	margin-top: 10px;
	float: left;
}
#welcome {
	width: 605px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#newsletter {
	width: 285px;
	float: right;
	margin-top: 10px;
}
.dogboxer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #FFF;
}

.maincontent {
	width: 835px;
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
}
.green_irish {
	color: #239E46;
}
.orange_irish {
	color: #FE9003;
}

#dalton_container {
	width: 820px;
	clear: both;
	float: left;
}
#dalton_masthead {
	float: left;
	width: 160px;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#dalton_article {
	padding: 5px;
	float: left;
	width: 640px;
}
#bar {
	clear: both;
	float: left;
	height: 40px;
	width: 820px;
	padding-top: 20px;
}

.dalton_date {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

.dalton_title {
	color: #E60E0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 15px;
}

#store_window {
	width: 100%;
	height: 100%;
	overflow: auto;
}
.red_contact {
	color: #D60D0D;
}


input[type="text"] {
	background-color: #CCC;
	border: 1px solid #CC1010;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
input[type="text"]:hover {
	background-color: #999;
	border: 1px solid #CC1010;
	padding: 5px;
}
input[type="text"]:focus {
	background-color: #FFF;
	border: 1px solid #600;
	padding: 5px;
}
textarea {
	background-color: #CCC;
	border: 1px solid #CC1010;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea:hover {
	background-color: #999;
	border: 1px solid #CC1010;
	padding: 5px;
}
textarea:focus {
	background-color: #FFF;
	border: 1px solid #600;
	padding: 5px;
}
input[type="submit"] {
	background-color: #E60E0E;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input[type="submit"]:hover {
	background-color: #F33;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input[type="submit"]:focus {
	background-color: #666;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#choose {
	width: 835px;
	clear: left;
	float: left;
	margin-top: 20px;
}
#mission_statement {
	clear: both;
	float: left;
	width: 835px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#footer {
	width: 835px;
	margin-top: 10px;
	float: left;
	clear: both;
	text-align: center;
	padding-top: 20px;
}
#footerText {
	width: 835px;
	margin-top: 10px;
	float: left;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
#footer h1 {
	color: #AA1D14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#footerLegal {
	width: 200px;
	margin-top: 10px;
	float: right;
	clear: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
#content {
	width: 815px;
	clear: left;
	float: left;
	margin-top: 10px;
	background-color: #FFF;
	height: 200px;
}
#contentHeader {
	width: 835px;
	clear: left;
	float: left;
	margin-top: 10px;
	height: 30px;
}

