* {

}

body {

	background-color:grey;
	color : #F0FFFF;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	letter-spacing:1px;
}

/* PAGE HEADER & MENU */

#page_header {
	margin : 0px auto 0px;
	width : 689px;
	height : 24px;
}

#page_header #logo {
	width : 200px;
	height : 24px;
	background : url('images/companylogo.html') no-repeat 20px 0px;
	float : left;
}

#page_menu {
	padding-top : 10px;
	width : 489px;
	height : 7px;
	float : left;
}

#page_menu ul {
	margin-left : 50px;
	height : 7px;
	list-style-position: inside;
	list-style-image: none;
}

#page_menu li {
	padding-left : 20px;
	height : 7px;
	float : left;
	list-style-position: inside;
	list-style-image: none;
}


/* PAGE BODY */
#page_bodybox_fraud {
	width : 870px;
	height : 542px;
	background-color : #000000;
	margin: 12px auto;
}


#page_bodybox {
	width : 870px;
	height : 542px;
	background-color : #7F624E;
	margin: 12px auto;
}

#page_bodybox_hawthorn {
	margin : 12px auto;
	width : 866px;
	height : 542px;
	background-color : #4D2200;
}
	
#page_bodybox_holland {
	margin : 12px auto;
	width : 866px;
	height : 542px;
	background-color : #0066CC;
}

#leftborder {
	width : 14px;
	height : 542px;
	background : url('images/box_left.html') repeat-y 0px 0px;
	float : left;
}

#leftborder #top {
	width : 14px;
	height : 15px;
	background : url('images/box_topleft.html') no-repeat left top;
	overflow : hidden;
}

#leftborder #bot {
	width : 14px;
	height : 415px;
	background : url('images/box_botleft.html') no-repeat left bottom;
	overflow : hidden;
}

#bodyborder {
	padding : 14px 14px 14px 14px;
	border-top : #F7BA00 1px solid;
	border-bottom : #F7BA00 1px solid;
	border-right : #F7BA00 1px solid;
	border-left : #F7BA00 1px solid;
}

#page_content {
	width : 840px;
	height : 512px;
	overflow : hidden;
}

/* CONTENT LEFT COLUMN */

#leftcol {
	width : 384px;
	height : 512px;
	float : left;
	text-align : right;
	font-weight : bold;
}

#leftcol a {
	color : #E2E0E0;
	text-decoration : none;
	line-height : 13px;
}

#leftcol #nav {
	margin-top : 379px;
	margin-right : 7px;
	float : right;
}

#leftcol #nav span {
	display : block;
	margin : 0px 1px 0px 2px;
}

#leftcol #nav b {
	margin-left : 1px;
	border : #CCCCCC 1px solid;
	display : block;
	float : left;
}

/* CONTENT CENTER COLUMN */

#maincol {
	margin : 0px 0px 0px 12px;
	width : 444px;
	height : auto;
	float: left;
	overflow : hidden;
	text-align : justify;
}



#maincol h2, #maincol h3 {
	font-size : 16px;
	color : #F7BA00;
	margin-bottom : 5px;
}

#maincol p {
	padding-top : 0px;
	padding-bottom : 10px;
	font-size : 14px;
}


#maincol ul {
	padding-top : 2px;
	padding-bottom : 10px;
	display : block;
	font-size : 11px;
}
//

#maincol li {
	padding-left : 8px;
	padding-bottom : 6px;
	font-size : 10px;
	background : url('images/bullet_arrow.html') no-repeat 0px 2px;
	display : block;
}

#maincol_nav {
	margin-top : 8px;
	color : #2F2F2E;
	text-align : center;
}

#maincol_nav a {
	color : #2F2F2E;
	text-decoration : none;
	font-weight : bold;
}

#maincol_nav a:hover {
	color : #3D3D3D;
}

/* CONTENT RIGHT COLUMN */

#rightcol {
	width : 134px;
	height : 512px;
	background-color : black;
	float: right;
	margin: 0px 0px 0px 0px;
}

#rightcol_top {
	width : 134px;
	height : 0px;
	display : block;
	overflow : hidden;
}

#rightcol_bot {
	width : 134px;
	height : 0px;
	display : block;
	background : url('images/rightcol_bot.html') #333331 no-repeat 0px 0px;
}

#rightcol_main {
	width : 34px;
	height : 512px;
	overflow : auto;
	margin-left: 0px;
}

#rightcol .arrow a {
	margin-top : 2px;
	display : block;
	font-size : 3px;
	line-height : 1px;
	height : 3px;
}

.model_thumbnail {
	margin-top : 0px;
	margin-bottom : 0px;
	width : 110px;
	height : 143px;
	display : block;
	overflow : hidden;
	border:1px solid #F7BA00;	
}

.thumbSelected {
	border:1px solid #00FF33;
	width: 110px;
	height: 143px;
	display: block;
	overflow: hidden;
}

.model_nametag {
	border : #60605D 0px solid;
	width : auto;
	height : auto;
	font-size : 14px;
	color : #F0FFFF;
	text-align: center;
	padding-top: 3px;
}

.model_nametag a {
	display : block;
	padding-top : 1px;
	padding-bottom : 1px;
	width : 110px;
	color : #90908E;
	text-decoration : none;
}

.model_nametag_bot {
	border : #60605D 1px solid;
	width : 110px;
	height : 16px;
	font-size : 9px;
	color : #F0FFFF;
	text-align: center;
	font: arial narrow;
}

.model_nametag_bot a {
	display : block;
	padding-top : 2px;
	padding-bottom : 2px;
	width : 110px;
	color : #90908E;
	text-decoration : none;
}


/* PAGE FOOTER */

#page_footer {
	margin : 2px auto 0px;
	width : 689px;
	height : auto;
	color : #6C6C69;
	font-weight : bold;
}

#page_footer a {
	color : #6C6C69;
	text-decoration : none;
}

#page_footer a:hover {
	text-decoration : none;
	color : #797977;
}

a {
	color : #F0FFFF;
	font-size: 16px;
}

a:hover {
	color : #E9E9E5;
}

span {
	display : none;
}

img {
	border: 0px;
}

p {
	text-align : justify;
	line-height : 13px;
}

ul {
	list-style-type: none;
	display : block;
}

li {
	text-indent: 0px;
	list-style-type: none;
	display : block;
}

.clearthis {
	margin : 0px;
	display : none;
	clear : both;  
	float : none;	
	font-size : 1px;
	line-height : 0px;
}
