/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
date:      8/28/09
author:    Joel A. Glovier | www.jagdesignideas.com
email:     joel@jagdesignideas.com
client:    Tuscarora Tackle
website:   http://www.tuscaroratackle.com/
flag:      =
-----------------------------------------------------------------------------*/

/*-- =General --*/

* {
 	margin: 0;
 	padding: 0;
}

.clear {
	clear:both;
}

img {
	border: 0;
}

#tempIndex {
	background: url(../img/tmp-bg.jpg);
	font-size: 1em;
	color: #FBFAF3;
}

#container {
	background: url(../img/green-stripe-bg.png) repeat-x center 155px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
}


#logo {
	background: url(../img/logo.png) no-repeat bottom;
	height: 240px;
	width: 388px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
}

#uc {
	background: url(../img/under-con.png);
	height: 99px;
	width: 508px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	margin-top: 40px;
}

#infoOne {
	font: 1.2em/1.2em Arial, Helvetica, sans-serif;
	color: #7CA07D;
}

#infoOne a {
	color: #F9F8EF;	
}

#infoTwo {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7CA07D;
	line-height: 1.4em;
}

#infoTwo a {
	color: #7CA07D;
}

#infoOne a:hover, #infoTwo a:hover {
	color: #F9F8EF;	
	text-decoration: none;
}

#footer {
	margin-top: 15px;
}
