BODY {
	background-color: #FFFFFF;
	margin: 10px;
	width: 750px;
}


P, SPAN, label{
	font-family: Arial, tahoma, 'sans_serif';
	font-size: 12px;
	color: #000000;
}

h1{
	font-family: Arial, tahoma, 'sans_serif';
	font-size: 18px;
	color: #44587F;
	border-bottom: 1px solid #44587F;
}

h2{
	font-family: Arial, tahoma, 'sans_serif';
	font-size: 14px;
	color: #44587F;
	text-decoration: italics;
	margin:0px;
}

A {
	font-family: Arial, tahoma, 'sans_serif';
	font-size: 12px;
	color: #44587F;
}
.clear {
	clear: both;
}
/**********************************************************************************************
** index.php
**********************************************************************************************/
div#index-position{
	margin-top:100px;
	margin-right:20px;
}


div#index-logo{
	width: 548px;
	padding-bottom:3px;
}


div#index-pictures img{
	border: 1px solid #000000;
}


div#index-menu{
	width: 565px;
}

/**********************************************************************************************
** menu.tpl
**********************************************************************************************/

div#menu a{
	color:44587F;
	text-decoration: none;
}

div#menu ul{
	list-style:none;
	margin:3px;
	padding:3px;
}

div#menu{
clear:both;
}

/**********************************************************************************************
** layout.tpl
**********************************************************************************************/

div#header{
	width:750px;
	margin-right:20px;
	margin-left:20px;
	border-bottom:1px solid #44587F;
}


div#layout-menu {
	padding-left: 20px;
	float: left;
}

div#contentwell {
	width:750px;
	margin-top: 20px;
	text-align:center;
}

div#content {
	margin-left: 50px;
	margin-right: 50px;
	text-align:left;
}

#logo{
border:0px;
}

div#footer{
	width:750px;
	margin-right:20px;
	margin-left:20px;
	margin-top:40px;
	padding-top:3px;
	border-top:1px solid #44587F;
	text-align:right;
	font-family: Arial, tahoma, 'sans_serif';
	font-size: 10px;
	color: #000000;
	clear:both;
}

/**********************************************************************************************
** about.php
**********************************************************************************************/
div#about{
	margin-left: 100px;
}

div#about img{
float:left;
margin-top: 3px;
margin-right: 5px;
}


/**********************************************************************************************
** contact.php
**********************************************************************************************/
div#contact{
	margin-left: 100px;
}

div#contact label{
	float:left;
	width:75px;
	margin:5px;
}

div#contact input{
	margin:2px;
}

div#contact textarea{
	margin-left:5px;
}

br.special {
	margin-top: -7px;
	padding-left:5px
}


/**********************************************************************************************
** events.php
**********************************************************************************************/
div#events{
	margin-left: 100px;
	font-family: Arial, tahoma, 'sans_serif';
	font-size: 12px;
	color: #000000;
}


div#events li{
	margin-bottom: 10px;
}

/**********************************************************************************************
** portfolio.tpl
**********************************************************************************************/
div#portfolio{
	margin-left: 100px;
}

div#portfolio div#breadcrumbs{
	float:right;
	padding-top: 30px;
	display:none;
}

div#portfolio div#currentCategory{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#portfolio div#currentCategory img#current{
	width: 300px;
		margin-top: 4px;
}


/**********************************************************************************************
** listofworks.tpl // this is applied on a category page.
**********************************************************************************************/

div#listOfWorks{
	width: 500px;
	clear:both;
}

div#listOfWorks ul{
	list-style: none;
	padding:0px;
	margin:0px;
}

div#listOfWorks li{
	float:left;
	margin-right: 30px;
	text-align:center;
	margin-bottom: 15px;
}

div#listOfWorks img{
	width:50px;
	height: 50px;
	border: 1px solid #000;
}

div#listOfWorks a#linkOnName{
	border-bottom: 1px dotted #44587F;
	text-decoration:none;
}

/**********************************************************************************************
** subcategories.tpl // this is applied on a category page.
**********************************************************************************************/

div#subcategories a{
	border-bottom: 1px dotted #44587F;
	text-decoration:none;
}



/**********************************************************************************************
** workList.tpl //
**********************************************************************************************/
div#workList{
	width:500px;
	margin:0px;
	padding:0px;
	margin-bottom:-10px;
}


div#workList h1{
	width: 25px;	
	height: 25px;
	text-indent:-3000px;
	border:1px solid #44587F;
	cursor:pointer;
}	

div#workList ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

div#workList li{
	float:left;
	margin:0px;
	padding:0px;
	margin-right:10px;
	margin-bottom: -20px;

}

div#workList img{
	border: 1px solid #000;
}
/**********************************************************************************************
** theWork.tpl // this is applied when you are actually viewing a work.
**********************************************************************************************/
div#imageInfo{
	text-align:left;
	float:right;
	position:relative;
	width: 150px;
	display: none;
}

div#imageInfo span#title{
	font-weight:bold;
}

div#liveImage img{
	border: 1px solid #000;
	width:300px;
}

div#liveImage{
	float:left;
	margin-top: 12px;
	margin-right: 30px;	
}

div#theWork{
	float:left;
	position:absolute;
	width: 600px;
	margin:0px;
	text-align:left;
}


div#soldPainting{
	float: left; 
	position: absolute;
	display: none;
}

div#soldPainting img#sold{
	margin-top: 1px;
	margin-left: 1px;
	width: 94px;
	border: 0px;
}


/**********************************************************************************************
** default.tpl
**********************************************************************************************/


div#default {
	margin-right: 0px;
	margin-left:0px;
	text-align:center;
}

div#default p{
	text-align:left;
}

div#default img{
	width: 500px;
}


/**********************************************************************************************
** newestWork.tpl // This can be placed anywhere
**********************************************************************************************/

div#newestWork{
	width: 150px;
	background-color: #EEF4FF;
	border:1px solid #B0B9CB;
	padding:5px;
}

div#newestWork img#newest{
	width: 150px;
	margin-top:5px;
	border:0px;
}





#adminIndex, #adminAddWork {
	margin-left: 100px;
}
	#adminAddWork label {
		margin-right: 30px;
	}
	#adminAddWork h2 {
		margin: 1em 0;
	}