/* -------------------- */
/* Global               */
/*----------------------*/
*
{
	padding: 0;
	margin: 0;
	font-family: arial;
}

body
{
	font-size: 12px;
	background-color: #e3e3e3;
}

/* -------------------- */
/* Menu                 */
/*----------------------*/
#menu
{
	margin: 0px auto 0px auto;
	height: 12px;
	width: 750px;
	text-align: center;
}

#menu ul
{
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style: none;
	padding-top: 3px;
}

#menu li
{
	display: inline;
	margin: 0px 3px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
}

/* -------------------- */
/* Links                */
/*----------------------*/
a:link, a:visited 
{ 
	text-decoration: none; 
	color: #478dd9;
}

a:link:hover, a:visited:hover 
{ 
	text-decoration: none; 
	color: #00d8ff;
}

#menu a:link, #menu a:visited 
{ 
	text-decoration: none; 
	color: #f8f8f8;
}

#menu a:link:hover, #menu a:visited:hover 
{ 
	text-decoration: none; 
	color: #0096ff;
}

#menu .active:link, #menu .active:visited
{
	color: #acacac;
}

#main img
{
	border: 1px solid black;
}

/* -------------------- */
/* Containers           */
/*----------------------*/
#container
{
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	background-color: #FFFFFF;
}

/* -------------------- */
/* Header               */
/*----------------------*/
#header
{
	width: 100%;
	background-image: url('../img/top5.jpg');
	background-repeat: repeat-x;
	height: 100px;
}

#logo
{
	margin: 0px auto;
	padding: 1px 0 0 0;
	width: 1000px;
	height: 74px;
	font-weight: bold;
	color: black;
	text-align: center;
	font-size: 0;
	background-image: url('../img/gilletslogo2.png');
	background-position: center;
	background-repeat: no-repeat;
}

/* -------------------- */
/* Main                 */
/*----------------------*/
#main
{
	float: left;
	height: 100%;
	min-height: 500px;
	width: 100%;
	background-color: white;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #929292;
}

#lmain
{
	float: left;
	width: 800px;
	margin: 0;
	padding: 0;
}

#rmain
{
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

.mainimg
{
	margin: 0 auto;
	width: 500px;
}

.mainimg img
{
	width: 500px;
}

/* -------------------- */
/* Footer               */
/*----------------------*/
#footer
{
	float: left;
	text-align: center;
	width: 100%;
	font-size: 10px;
	color: #515151;
	height: 12px;
	border-top: 1px solid black;
	margin-top: 20px;
}

/* -------------------- */
/* Format               */
/*----------------------*/
.topic 
{
	color: #373737; 
	font-size: 20px; 
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text 
{
	clear: both;
	font-size: 12px;
	text-align: justify;
}
