﻿@charset "UTF-8";

html {
	height: 100%;
	overflow: hidden;
}

h1 { font-size:		140%; }
h2 { font-size:		130%; }

a:link, a:visited {
	color:				#CC0920;
	text-decoration:	none;
}

a:hover {
	color:				#CC0920;
	text-decoration:	underline;
}


#contentNoFlash {
	width: 955px;
	margin:0 auto;
	font-size:1.3em;
	/*background:transparent url(../admin/medias/images/brandtLogo.png) no-repeat scroll 22px 8px;*/
}

#contentNoFlash p {
	float:left;
	width:100%;
	padding: 25px 45px;
}

#contentNoFlash ul {
	float:left;
	width:100%;
	padding: 25px 45px;
}

#centerContent {
	width:436px;
	margin:	20em auto 0;
}

h1.homeLink {
	text-indent:-9999px;
	float:left;
	height:85px;
	width:100%;
}

h1.homeLink a {
	display:block;
	height:85px;
	text-decoration:none;
	width:155px;
	float:left;
}

h1.homeLink a:hover {
	border:none;
}