/* Start of CMSMS style sheet 'default' */
/* Main Layout */

* {
 margin: 0;
 padding: 0;
 border: none;	
}

body {
 font: 76% Arial, Helvetica, sans-serif;
 color: #000;
 background: url(/uploads/images/pattern.gif) repeat-x #cfc8b3;
}

#wrapper {
 margin: 0 auto; /*  margin: 0 auto; */
 padding: 0;
 width: 800px;
 }

#header {
 margin: 0;
 padding: 0;
 height: 260px;
 background: #fff;
}

#center { /* Parent Wrapper for inside boxes */
 margin: 0;
 padding: 0;
 width: 540px;
 display: inline; /* IE Hack */
 float: left;
 min-height: 300px;
 background-color: #fff;
}
* html #center {height:300px} /* IE Min-Height Hack */ 

#right {
 margin: 0;
 padding: 0;
 width: 260px;
 min-height: 300px;
 display: inline; /* IE Hack */
 float: left;
 background-color: #e2e2e2;
}
* html #right {height:300px} /* IE Min-Height Hack */ 

#footerleft {
 margin: 0;
 padding: 0;
 width: 540px;
 height: 65px;
 display: inline; /* IE Hack */
 float: left;
 background: url(/uploads/images/logo.gif) #fff no-repeat bottom left;
}

#footerright {
 margin: 0;
 padding: 0;
 width: 260px;
 height: 65px;
 display: inline; /* IE Hack */
 float: left;
 background: url(/uploads/images/allaboutseb.gif) #e2e2e2 no-repeat bottom left;
}


/* End of 'default' */

/* Start of CMSMS style sheet 'type' */
/* TEXT */
p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 1em 40px 1em 30px;
	text-align: justify;
	}

strong, b {
	font-weight: bold;
	}
	
em, i {
	font-style:italic;
	}

ul {
	margin: 1em 40px 1em 45px;
	text-align: justify;
	}

li {
	margin: 0 0 0.5em 0;
	}

#right p  {
	margin: 0 30px 0.5em 20px;
	color: #252D33;
	font-size: 0.9em;
	text-align: left;
	}

p.credits { margin: 0 10px 0 30px; font-size: 10px; text-align: left; color: #fff; line-height: 2em;}
p.credits a {color: #fff; text-decoration: none; }
p.credits a:hover {color: #D71920; }

p.legal { font-size: 10px; color: #C4BEA9;}

/* Links */
a {color: #D71920;}
a:hover {text-decoration: none;}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.3em; margin: 1em 40px 0 30px; color: #D71920;}

h1 { font-size: 1.5em;}
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

div#right h3 { margin: 1em 20px 0 20px; color: #000;}
div#right h6 { margin: 1em 20px 0 20px; font-size: 0.9em; text-transform: uppercase; font-weight: bold; color: #000; }

/* IMAGES */
img { margin: 0; padding: 0; border:none;}

/* extra divs */

.info {
	margin-top: 1em;	
	padding-bottom: 0.5em;
	border-bottom: 1px solid #fff;
}

.infolast {
	margin-top: 1em;	
	padding-bottom: 0.5em;
}

/* Images */

#center img.floatleft { 
	float: left;
	clear: left;
	margin: 2.5em 20px 0.5em 30px;
	padding: 0;
}

#right img.floatleft { 
	float: left;
	clear: left;
	margin: 4px 1em 0.5em 20px;
	padding: 0;
}

/* End of 'type' */

