

body {
	padding: 0;
	margin: 0;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* -----------------------------------*/
/* -------->>> ANCHOR TAGS <<<--------*/
/* -----------------------------------*/


a {
	outline:none;
}

a:hover {

}

img {
	border:0;
}


/* -----------------------------------*/
/* -------->>> CONTAINERS <<<---------*/
/* -----------------------------------*/


#container_main {
	position: relative;
	display: block;
	margin: 0px auto;
	width: 950px;
	background-color: #fff;
}

#sport_logo {
	width: 950px;
	height: 215px;
	background: url(/images/sport.png) top left no-repeat;
	display:block;
}

#top_stripe {
	position: relative;
		top: 25px;
}

.dot_stripe {
	height: 23px;
	background: url(/images/dot_stripe.png) top left repeat-x;
}

#sub_text {
	width: 416px;
	height: 23px;
	position: absolute;
		top: 240px;
		right: 72px;
	background: url(/images/subtext.png) top left no-repeat;
}

.leftPanel {
	position: absolute;
	width: 491px;
	height: 497px;
	top: 260px;
	left: -30px;
}

#cover {
	background: url('/images/covers/Sport-Subscription-February2010.png') top left no-repeat;
}

#mediaKit {
	background: url('/images/SportMediaKit-Download.png') top left no-repeat;
	display:none;
}

#lastShots {
	position: absolute;
	width: 430px;
	height: 343px;
	top: 260px;
	left: 10px;
	background: url('/images/LastShots.jpg') top left no-repeat;
}

#middle {
	padding: 50px;
}

#column {
	float: right;
	width: 430px;
	padding-bottom: 15px;
}

#copy {
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 10px;
}

#thanks {
}

#hometable td {
	padding:8px 10px 8px 0px;
	font-size:10px;
}

.homelink {
	display:block;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}

.homelink:hover {
	text-decoration:underline;
}

/* -----------------------------------*/
/* -------->>> FORM <<<--------*/
/* -----------------------------------*/

.form_label {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 2px;
}

.form_label em {
	color: #808080;
	text-transform: none;
}

input[type='text'] {
	width: 400px;
	height: 15px;
	padding: 5px;
	border: 1px solid #000;
}

textarea {
	width: 400px;
	height: 90px;
	padding: 5px;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
}

.label {
	padding-top:5px;
}

.error {
	padding-top:5px;
	background-color: #993333;
}

#leMagasin table {
	margin-top: 15px;
}

#submit_button {
	width: 410px;
	text-align: right;
	padding: 15px 0 0 0;
}

#submit_button img {
	cursor:  pointer;
}

#thanks {
	font-weight: bold;
}

/* -----------------------------------*/
/* -------->>> CLICK AREAS <<<--------*/
/* -----------------------------------*/


#click_ {

}


/* -----------------------------------*/
/* -------->>> PNG TRANS <<<----------*/
/* -----------------------------------*/


#trans_ {

}


/* -----------------------------------*/
/* -------->>> TEXT STYLES <<<--------*/
/* -----------------------------------*/


h1 {
	font-size:32px;
}

h2 {

}

.justify {
	text-align: justify;
}

p {
	margin: 0px 0px 5px;
	padding:5px 0px;
}


/* -----------------------------------*/
/* ------------>>> MISC <<<-----------*/
/* -----------------------------------*/

hr {

}

.clear { clear: both; }
