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

*{
margin: 0;
}

body{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
	background-image: url(../images/global/bluepinstripbackground.jpg);
	background-repeat: repeat;
	color: #363636;
}


#container{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 925px;
}

#header{
	height: 227px;
	width: 925px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#content{
	text-align: center;
	background-image: url(../images/global/dropshadowwhitebackground.png);
	background-repeat: repeat-y;
	background-position: center;
	clear: both;
	width: 925px;
	height: auto;
}


#leftbar{
	height: auto;
	width: 180px;
	display: inline;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	float: left;
}

#rightbar{
	height: auto;
	width: 745px;
	display: inline;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	float: left;
}

#col1{
	float: right;
	right: auto;
	padding-left: 40px;
}

#col2{
	padding-right: 0px;
	padding-left: 45px;
	padding-bottom: 50px;
	padding-top: 5px;
	width: 515px;
}

#footer{
	clear: both;
	margin: 0px;
	left: auto;
	right: auto;
	position: relative;
}

#picturefooter{
	background-image: url(../images/global/footerslogan.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 64px;
	width: 925px;
}

.main_img{
	padding-left: 45px;
	padding-top: 20px;
}

#famous_table {
	margin-top: 20px;
	margin-left: 45px;
}
#famous_table td{
	padding-right: 70px;
}

#flash {
	padding-top: 20px;
	padding-left: 45px;
}
/*     TYPE        */

h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 170%;
	font-style: normal;
	font-weight: normal;
	color: #e263be;
	line-height: 120%;
	padding-bottom: 5px;
}

h3{
	font-size: 130%;
	color: #e263be;
	font-weight: normal;
	padding-bottom: 3px;
	font-style: italic;
}

p{
	line-height: 20px;
}

a{
	font-size: 100%;
	text-decoration: none;
	color: #e263be;
}
a:hover{
	font-weight: bold;
}

