@charset "UTF-8";
/* CSS Document for theworkoffice.com */



body {
	background-color: #FFFFFF;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:100;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration:none;
	color: #3630ce;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a {
}




div#container
{
	padding:0px;
	margin:auto;
	width:800px;
	height:620px;
	position: relative;
}


div#header
{
	margin:auto;
	width:800px;
	height:auto;
	position:absolute;
	top:0px;
	left:auto;
	text-align:center;
	background-color:#ffffff;
	overflow: hidden;
}


div#footer
{
	margin:auto;
	width:800px;
	height:47px;
	position:absolute;
	top:620px;
	left:0px;
	text-align:center;
	background-color:#ffffff;
	overflow: hidden;
}




/* Items Below Pertain to the About page  */



div#about_content
{
	margin:auto;
	width:700px;
	height:500px;
	position:absolute;
	top:110px;
	left:50px;
	overflow: hidden;
}





/* Items Below Pertain to the Work pages  */


div#work_content
{
	margin:auto;
	width:800px;
	height:500px;
	position:absolute;
	top:110px;
	left:auto;
	overflow: hidden;
}

div#work_nav
{
	margin:0;
	width:190px;
	height:500px;
	position:absolute;
	top:0px;
	left: 0px;
	overflow: hidden;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 12px;
}


div#work_frame_holder
{
	margin:0;
	width:600px;
	height:480px;
	position:absolute;
	top:10px;
	left:200px;
	overflow: hidden;
}


div#work_thumbs
{
	margin:0;
	width:600px;
	height:45px;
	position:absolute;
	top:0px;
	left:0px;
	overflow: hidden;
}



/* Items Below Pertain to each artist page  */



div#image
{
	margin:0;
	width:600px;
	height:400px;
	position:absolute;
	top:0px;
	left:0px;
	overflow: auto;
	visibility: visible;
}

div#text
{
	margin:0;
	width:580px;
	height:55px;
	position:absolute;
	top:405px;
	left:20px;
	overflow: hidden;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 12px;
}



/* Items Below Pertain to the Contact page  */


div#contactinfo {
	position:absolute;
	width:200px;
	height:auto;
	z-index:11;
	left: 575px;
	top: 200px;
}

div#comments {
	position:absolute;
	width:700px;
	height:100px;
	left: 50px;
	top: 430px;
	overflow: hidden;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
}


/* Items Below Pertain to the Apply page  */

div#application {
	position:absolute;
	width:250px;
	height:448px;
	left: 23px;
	top: 131px;
	overflow: hidden;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
}

