/*mac hide \*/
html {height:100%}
/* end hide */

html {
	background-color: #F0F0F0;
	padding: 0px;
	margin: 0px;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}


* html div#page{height:100%}
div#page {
	background:url(../images/lay_background.jpg) no-repeat top;
	position:relative;
	margin:auto;
	width:100%;
	margin-top: 0px;
/*	min-height:100%;
	height:100%;
*/
}
* html div#wrap{height:395px}
div#wrap {
	position: relative;
	margin: auto;
	width: 720px;
	padding: 0px;
	min-height: 395px;
}

div#banner {
	position: relative;
	margin: auto;
	width: 720px;
	height: 90px;
}

div#menu {
	position: absolute;
	padding: 0px;
	right: 0px;
	bottom: 0px;
	width: 640px;
}


div#menu table {
	width: 100%;
}

* html div#container{height:250px}
div#container {
	position: relative;
	min-height: 250px;
	width: 518px;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	padding: 50px 100px 50px 100px;
	background-color: #FFFFFF;
	background-image: url(../images/lay_secback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

div#footer {
	position: relative;
	height: 55px;
	width: 720px;
	
	background-image: url(../images/lay_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

div#menu a {
	color: #000000;
	text-decoration: none;
}

div#menu a:hover {
	color: #000000;
	text-decoration: underline;
}

div#copyright p{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
}

.clearer {
	height:1px;
	overflow:hidden; 
	margin-top:-1px;
	clear:both;
}

.hidden {
	display: none;
}
/*  Text Settings */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height:100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000099;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

th {
	background-color: #DDDDDD;
	color: #000000;
}

input {
	background-color: #FBFBFB;
	color: #777777;
	border: 1px solid #AAAAAA;
}

textarea {
	background-color: #FBFBFB;
	color: #777777;
	border: 1px solid #AAAAAA;
}



table.cv_tables {
	width: 350px;
	border: 1px solid #DDDDDD;
	margin: auto;
}


