/* ***************************************
	RESET BASE STYLES
*************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*** DEFAULT COLOR & DIV & BACKGROUND BODY ***/



#header {
	width: 800px;
	height: 60px;
	margin:auto;
	padding:0;
}

.logo {
	float: left;
	width: 232px;
	height: 60px;
	margin:auto;
	padding:0;
}

.banner {
	float: right;
	width:468px;
	height: 60px;
	margin:auto;
	padding:0;
}

body {
	text-align: center;
	margin:auto;
}

#wrapper {
	text-align: center;
	width: 820px;		
	margin:auto;
	height: 100%;
	background: url('../img/background_arca.jpg') repeat-y;
	
}

.bg01{
	clear: both;
	margin:1px auto; 
	width: 800px;
	height: 16px;
	background-color:#CCCCCC}


#menu {
	overflow: hidden;
	position: relative;
	width: 800px;
	height: 30px;
	font-variant: small-caps;
	overflow: hidden;
	font-size:14px;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 10px;
	font-family: helvetica, arial, sans-serif;
}

#menu ul {
	width: 100%;
	margin:auto;
}

#menu li {
	float: left;
	display: inline;
	height: 30px !important;
	width: 101px !important;
	text-align: center;
	line-height: 1.8em;
	margin-top: 4px;
	background: url('http://www.arcadata.com/WEB/0_images/menu/menu_tab.jpg') top no-repeat;
}

#menu li a {
	color: #000;
	text-decoration: none;
}

#menu li:hover {
	background: url('http://www.arcadata.com/WEB/0_images/menu/menu_tab.jpg') bottom no-repeat;
}


#layerleft {
	float: left;
	width: 650px;
	height: auto;
	margin-top: 5px;
	margin-left:15px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}

#layerright {
	float: left;
	width: 120px;
	height: auto;
	margin:0;
}

#content {
	margin-left: 5px;
	padding:10px;
}

#content p {
	width: 600px;
	font-size: 13px;
	font-family: helvetica, arial, sans-serif;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin:auto;
	text-align: justify;
}

#layerright ul li {
	margin-left:10px;
	margin-bottom:10px;
	list-style: none;
	width: 120px;
	height: 60px;
}

#footer {
	width: 820px;
	height: auto;
	margin:auto;
	padding-bottom: 10px;
	background: url('../img/background_arca.jpg') repeat-y;
}

#footer div {
	width: 100%;
	margin:0;
	padding:5px;
}