
/* Page definition */ 

* { /* Reset browsers default margin, padding and font sizes */
	margin: 0 auto;
	padding: 0;
}

html { /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	font-size: 100%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #777777;
	background-color: #ff9933; /*#000000;*/
	font-size: 76%;			/* This sets the default font size to be equivalent to 12px */
	margin: 0;
	text-align: center;
}
/* end of class definition 						*/   


/* Div definition */
#container { 
	width: 1000px;	padding: 1px 0 1px 0;
	position: relative;
/*	padding: 0 5px 0 5px; 0 20px 0 20px;*/
}

#content {
	background-color: #ffffff;
	padding: 10px 10px 10px 20px;
}

#sub-nav-home {
	float: left;
}

#sub-nav-info {
	float: right;
	font-style: italic;
}

#section1 {
	width: 200px;
	float: left;
}

#bg {
	background-image: url(http://www.e-cattivi.com/img/sidebar.jpg);
	height: 450px;
	border: 5px solid #333333;
}

#mainmenu {
	padding: 150px 10px 10px 10px;
	float: right;
}

#mainsection {
	margin: 0 145px 20px 205px; /*0 185px 0 205px;*/
/*	width: 639px;*/
	border: 5px solid #333333;
	background-color:#ffffff;
}

#header-site {
	margin: 10px;
	width: 620px;
	height: 120px;
	text-align: left;
	background-image: url(http://www.e-cattivi.com/img/bannerTop.jpg); /*url(http://www.e-cattivi.com/img/patternBk.bmp);*/
/*	background-position: center center;*/
	background-repeat: no-repeat;
/*	padding: 10px;  0 0.2em 10px;*/
/*	border-bottom: 5px solid #333333;*/
}

#sponsor-container {
	padding: 10px 0 0 10px;
}

#submenu {
/*	background-color: #000000;
	border: 5px solid #333333;
	margin: 0.1em 0.5em 0.5em 0.5em;
	padding: 0.5em;*/
}

#section2 {
	width: 140px; /*180px;*/
	float: right;
}

#footer-site {
	text-align: left;
	height: 60px;
	margin: 10px; /*0 145px 0 200px;*/ /*0 185px 0 200px;*/
}
/* end of class definition 						*/   


/* link */

a:link		{ color: #000000; text-decoration: underline;  font-weight: bold}
a:visited	{ color: #000000; text-decoration: underline;  font-weight: bold}
a:hover	   { color: #ff0000; text-decoration: underline;  font-weight: bold}
a:active		{ color: #000000; text-decoration: underline;  font-weight: bold}

a.menu { 
	font-weight: bold;
	text-decoration: none;
	background-image: url(http://www.e-cattivi.com/img/bkAlpha85.png); 
	float: right;
	display: block;
	font-size: 14px;
	margin: 1px 1px 1px 0;
	border: solid 1px #ffffff;
	text-align: right;
	padding: 0.2em 5px 0.2em 45px;
}
a.menu:link    { color: #ff0000; }
a.menu:visited { color: #ff0000; }
a.menu:hover   { color: #ffffff; background-image: url(http://www.e-cattivi.com/img/redAlpha85.png); }
a.menu:active  { color: #ffffff; background-image: url(http://www.e-cattivi.com/img/redAlpha85.png); }

a.menusel { 
	font-weight: bold;
	text-decoration: none;
	background-image: url(http://www.e-cattivi.com/img/redAlpha85.png);
	float: right;
	display: block;	
	color: #ffffff;
	font-size: 14px;
	margin: 1px 1px 1px 0;
	border: solid 1px #ffffff;
	text-align: right;
	padding: 0.2em 5px 0.2em 45px;
}
a.menusel:link    { color: #ffffff; }
a.menusel:visited { color: #ffffff; }
a.menusel:hover   { color: #ffffff; }
a.menusel:active  { color: #ffffff; }

a.a-submenu { 
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin: 1px 1px 1px 1px;
}
a.a-submenu:link    { color: #ffffff; }
a.a-submenu:visited { color: #ffffff; }
a.a-submenu:hover   { color: #ff0000; }
a.a-submenu:active  { color: #ff0000; }

a.a-submenusel { 
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin: 1px 1px 1px 1px;
}
a.a-submenusel:link    { color: #ff0000; }
a.a-submenusel:visited { color: #ff0000; }
a.a-submenusel:hover   { color: #ff0000; }
a.a-submenusel:active  { color: #ff0000; }
/* end of class definition 						*/   


/* tag definition */
p {
	color: #000000;
	line-height: 1.3em;
}

img {
	border: 0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #F00;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #F00;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

h5 {
	font-size: 12px;
	color: #333;
}

h6 {
	font-size: 10px;
	color: #333;
}
/* end of tag definition 							*/   


/*			***			***			***			*/
/* class definition 									*/
/*															*/   

.justify {
	text-align: justify;
}

.center{
	text-align: center;
}

.right {
	text-align: right;
}

.cen{ /*needed?*/
	margin: 10px 0 10px 0;
	text-align: center;
}

.important {
	color: black;
	line-height: 1.6em;
	font-style: italic;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.sponsor {
	background-color: #ffffff;
	border: 5px solid #333333;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.blk85bg {
	background-image: url(http://www.e-cattivi.com/img/bkAlpha85.png); 
	display: block;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 1px 0 1px 0;
	margin: 1px 0 2px 0;
}
/* end of class definition 						*/   
