* {
	margin : 0px;
	padding : 0px;
}

body {
	background-color : #2F2F2E;
	color : #CECEC2;
	text-align : center;
	font-family : tahoma, sans-serif;
	font-size : 9px;
}


/* PAGE HEADER & MENU */

#page_header {
	width : 689px;
	height : 40px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#page_header #logo {
	width : 200px;
	height : 40px;
	float : left;
}

#page_menu {
	padding-top : 14px;
	width : 489px;
	height : auto;
	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 {
	margin : 0px auto;
	width : 689px;
	height : 430px;
	background-color : #3399FF;
}

#leftborder {
	width : 14px;
	height : 430px;
	background : url('images/box_left.jpg') repeat-y 0px 0px;
	float : left;
}

#leftborder #top {
	width : 14px;
	height : 15px;
	background : url('images/box_topleft.jpg') no-repeat left top;
	overflow : hidden;
}

#leftborder #bot {
	width : 14px;
	height : 415px;
	background : url('images/box_botleft.jpg') no-repeat left bottom;
	overflow : hidden;
}

#bodyborder {
	padding : 14px 11px 14px 0px;
	float : left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333066;
	border-right-color: #333366;
	border-bottom-color: #333366;
}

#page_content {
	width : 663px;
	height : 400px;
	overflow : hidden;
}


/* CONTENT LEFT COLUMN */

#leftcolw {
	width : 638px;
	height : 400px;
	float : left;
	text-align : left;
	font-weight : bold;
	padding-right: 0px;
	padding-left: 10px;

}

#leftcolw a {
	color : #E2E0E0;
	text-decoration : none;
	line-height : 13px;
}

#leftcolw #nav {
	margin-top : 379px;
	margin-right : 7px;
	float : right;
}

#leftcolw #nav span {
	display : block;
	margin : 0px 1px 0px 2px;
}

#leftcolw #nav b {
	margin-left : 1px;
	border : #CCCCCC 1px solid;
	display : block;
	float : left;
}
/* CONTENT LEFT COLUMN */

#leftcol {
	width : 300px;
	height : 400px;
	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 LEFT COLUMN half way*/

#leftcolh {
	width : 319px;
	height : 400px;
	float : left;
	text-align : right;

}

#leftcolh a {
	color : #333333;
	text-decoration : none;
	line-height : 13px;
	padding-left: 20px;
}

#leftcolh #nav {
	margin-top : 379px;
	margin-right : 7px;
	float : right;
}

#leftcolh #nav span {
	display : block;
	margin : 0px 1px 0px 2px;
}

#leftcolh #nav b {
	margin-left : 1px;
	border : #CCCCCC 1px solid;
	display : block;
	float : left;
}


/* CONTENT CENTER COLUMN */

#maincol {
	margin : 0px 12px 0px 10px;
	width : 190px;
	height : 400px;
	float: left;
	overflow : hidden;
	text-align : justify;
}

#maincol h2, #maincol h3 {
	font-size : 12px;
	margin-bottom : 15px;
}

#maincol p {
	padding-top : 0px;
	padding-bottom : 19px;
}


#maincol ul {
	padding-top : 2px;
	padding-bottom : 10px;
	display : block;
}

#maincol li {
	padding-left : 8px;
	padding-bottom : 6px;
	background : url('images/bullet_arrow.gif') no-repeat 0px 2px;
	font-weight : bold;
	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 CENTER COLUMN half way*/

#maincolh {
	width : 319px;
	height : 400px;
	float: left;
	overflow : hidden;
	text-align : justify;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 0px;
}

#maincolh h2, #maincol h3 {
	font-size : 12px;
	margin-bottom : 15px;
}

#maincolh p {
	padding-top : 0px;
	padding-bottom : 19px;
}


#maincolh ul {
	padding-top : 2px;
	padding-bottom : 10px;
	display : block;
}

#maincolh li {
	padding-left : 8px;
	padding-bottom : 6px;
	background : url('images/bullet_arrow.gif') no-repeat 0px 2px;
	font-weight : bold;
	display : block;
}

#maincolh_nav {
	margin-top : 8px;
	color : #2F2F2E;
	text-align : center;
}

#maincolh_nav a {
	color : #2F2F2E;
	text-decoration : none;
	font-weight : bold;
}

#maincolh_nav a:hover {
	color : #3D3D3D;
}

/* CONTENT WIDE CENTER COLUMN */

#maincolw {
	margin : 0px 12px 0px 10px;
	width : 338px;
	height : 400px;
	float: left;
	overflow : hidden;
	text-align : justify;
}

#maincolw h2, #maincol h3 {
	font-size : 12px;
	margin-bottom : 15px;
}

#maincolw p {
	padding-top : 0px;
	padding-bottom : 19px;
}


#maincolw ul {
	padding-top : 2px;
	padding-bottom : 10px;
	display : block;
}

#maincolw li {
	padding-left : 8px;
	padding-bottom : 6px;
	background : url('images/bullet_arrow.gif') no-repeat 0px 2px;
	font-weight : bold;
	display : block;
}

#maincolw_nav {
	margin-top : 8px;
	color : #2F2F2E;
	text-align : center;
}

#maincolw_nav a {
	color : #2F2F2E;
	text-decoration : none;
	font-weight : bold;
}

#maincolw_nav a:hover {
	color : #3D3D3D;
}


/* CONTENT RIGHT COLUMN */

#rightcol {
	width : 148px;
	height : 400px;
	background-color : #333331;
	float: left;
}

#rightcol_top {
	width : 148px;
	height : 7px;
	display : block;
	overflow : hidden;
	background-color: #333331;
	background-image: url(images/rightcol_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#rightcol_bot {
	width : 148px;
	height : 7px;
	display : block;
	background-color: #333331;
	background-image: url(images/rightcol_bot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#rightcol_main {
	margin : 0px 9px;
	width : 130px;
	height : 386px;
	overflow : hidden;
}

#rightcol .arrow a {
	margin-top : 2px;
	display : block;
	font-size : 3px;
	line-height : 1px;
	height : 3px;
}

.model_thumbnail {
	margin-bottom : 1px;
	width : 130px;
	height : 107px;
	display : block;
	overflow : hidden;
}

.model_nametag {
	margin-bottom : 5px;
	border : #60605D 1px solid;
	color : #90908E;
}

.model_nametag a {
	display : block;
	padding-top : 2px;
	padding-bottom : 2px;
	width : 128px;
	color : #90908E;
	font-weight : bold;
	text-decoration : none;
}

.model_nametag_bot {
	width : 130px;
	height : 17px;
	background : url('images/rightcol_tagbg.gif') no-repeat 0px 0px;
	color : #90908E;
}

.model_nametag_bot a {
	display : block;
	padding-top : 3px;
	padding-bottom : 2px;
	width : 128px;
	color : #90908E;
	font-weight : bold;
	text-decoration : none;
}


/* PAGE FOOTER */

#page_footer {
	width : 689px;
	height : 20px;
	color : CECEC2;
	font-weight : bold;
	padding: 6px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#page_footer a {
	color : CECEC2;
	text-decoration : none;
}

#page_footer a:hover {
	text-decoration : none;
	color : #FFFFFF;
}



a {
	color : #D0D0C9;
}

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;
}

