/*	========================
	© 2007 - Ronny Sweetlove
	========================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: justify;
	color: #333;
	background-color: #666;
	background-image: url(bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}
/* --- global --- */
#global {
	width: 740px;
	margin: 0 auto;
}
/* --- external global --- */
#globalExternal {
	width: 720px;
	padding: 3px 10px;
	color: #999;
	font-size: 11px;
	font-variant: small-caps;
}
#globalExternal .link {
	float: right;
}
#globalExternal .link a {
	text-decoration: none;
	color: #999;
	background-color: #333;
	letter-spacing: 1px;
}
#globalExternal .link a:hover {
	color:  #CCC;
}
#globalExternal .copyright {
	float: left;
}
/* --- internal global --- */
#globalInternal {
	width: 100%;
	background-color: #FFF;
	clear: both;
}
/* --- internal global - round top --- */
#globalInternalTop {
	width: 100%;
	height: 10px;
}
#globalInternalTop img.TL {
	float: left;
}
#globalInternalTop img.TR {
	float: right;
}
/* --- interal global banner --- */
#globalInternalBanner {
	width: 720px;
	height: 160px;
	padding: 0 10px;
}
/* --- internal global menu --- */
#globalInternalMenu {
	width: 720px;
	margin: 0 10px;	
	background-color: #CCC;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	background-image: url(mnuUp.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-variant: small-caps;
	font-weight: bold;
	height: 25px;
}
#globalInternalMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#globalInternalMenu li, #globalInternalMenu li a {
	float: left;
	text-decoration: none;
	color: #FFF;	
}
#globalInternalMenu li a {
	padding: 3px 20px 6px 20px;
	background-image: url(mnuUp.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-right: 1px solid #666;
}
#globalInternalMenu li a:hover {
	padding: 3px 20px 6px 20px;
	background-image: url(mnuOver.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-right: 1px solid #666;
	color: #900;
}
/* --- internal global contence --- */
#globalInternalContence {
	width: 710px;
	margin: 10px 10px 0px 10px;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
/* --- internal global bottom --- */
#globalInternalBottom {
	width: 100%;
	height: 10px;
}
#globalInternalBottom img.BL {
	float: left;
}
#globalInternalBottom img.BR {
	float: right;
}

