/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}
body {
        line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
        display:block;
}

nav ul {
        list-style:none;
}

blockquote, q {
        quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
        content:'';
        content:none;
}

a {
        margin:0;
        padding:0;
        border:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}

ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
}

mark {
        background-color:#ff9;
        color:#000;
        font-style:italic;
        font-weight:bold;
}

del {
        text-decoration: line-through;
}

abbr[title], dfn[title] {
        border-bottom:1px dotted #000;
        cursor:help;
}

table {
        border-collapse:collapse;
        border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
        vertical-align:middle;
}

/*
Add your own stuff here!
*/

body {
	font: 100% Georgia, Times New Roman, serif;
	background: #467;
	background-image: url('headingbg.png');
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center; 
	color: #000000;
}

#LinkList a {
	padding: 5px 10px;
}

a:link, a:visited {
	text-shadow: 3px 3px 3px #000;
	text-decoration: none;
	color: #FFF;
	font-style: italic;
	font-weight: 700;
}

a:hover {
	text-shadow: 3px 3px 3px #000;
	background:#467;
	border-radius-topright:7px;
	border-radius-bottomleft:7px;
	-webkit-border-radius:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:7px;
}

a.dummy:hover {
	background: transparent;
}

q {
	quotes: '\201C' '\201D' '\2018' '\2019';	
}


q:before { 
	content: open-quote;
	font-size: 18px;
}
	
q:after  { 
	content: close-quote;
 	font-size: 18px; 
}

#container {
	width: 780px;  
	margin: 0 auto; 
	padding: 215px 0px 0px 0px;
	
}

#MainContent {
	color: #FFF;
	background-image: url('blk50.png');
	padding: 1px;
	border: 1px solid #223;
	text-align: center; 	
	}

#MainContent2 {
	padding: 10px 40px;
	border:4px solid #BCF;
	text-align: left;
}

#MainContent p {
	color: #DDD;
	font-size: 14px;
}

#LinkContainer {
	border-top:4px solid #BCF;
	border-left:4px solid #BCF;
	border-right:4px solid #BCF;
	padding: 15px;
	background-image: url('blu40.png');
	vertical-align: middle;
}

#LinkList li	{
	font-size: 14px;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
}

#indent {
	text-indent: 50px;
}

#cow {
	display: block;
	text-align: center;
	margin: 10px auto;
}

#pig {
	display: block;
	text-align: center;
	margin: 10px auto;
}

#buy {
	display: block;
	text-align: center;
	margin: 10px auto;
}

#shp {
	display: block;
	text-align: center;
	margin: 10px auto;
}
	
h1 {
	font-size: 52px;
	font-style: italic;
	font-weight: 400;
	display: inline;
}
	
h2 {
	color: #79A;
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	display: inline;
}

h3 {
	margin-top: 20px;
	font-size: 28px;
	font-style: italic;
	font-weight: 400;
}
	
p {
	margin: 20px 10px;
}
	
#footer {
	border-bottom:4px solid #BCF;
	border-left:4px solid #BCF;
	border-right:4px solid #BCF;
	padding: 12px;
	background-image: url('blu40.png');
	text-align:center;

}
#footer p {
	margin: 0px;
	font-size: 12px;
}
	