/* ------------------------------ 
WELCOME PAGE CSS
------------------------------ */

body{
font-family:"Arial",Helvetica,sans-serif; 
font-size:10px; 
line-height:10px;
margin:0px;
padding:0px;
color:#666666;
background: url(../images/bg_welcome.jpg) no-repeat;
}

h1, h2, h3, h4, h5{
color:#666666;
margin:0; 
padding:10px 0px 14px;
}


a:link, a:visited{
text-decoration:underline;
color:#FF3300;
}

a:hover{
color:#999999;
}

img, a img {
border: 0px; 
}

img {
display: block;
}







/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */


/*COLUMN*/ 
	


#column_top_menu{
width:300px; 
margin:0px; 
top:53px;
left:360px; 
position:absolute;
}


#column_middle{
margin:0px; 
padding:0px; 
top:98px;
left:211px; 
position:absolute;
}


#column_bottom{
width:400px;
margin:0px; 
padding:0px; 
top:420px;
left:387px; 
position:absolute;
}



div.spacer{
clear:both; 
height:10px; 
display:block;
}


/* --------------DROP SHADOW------------------- */

.content, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}

.shadow { 
background-color: #CCCCCC; 
}

.content {
  background-color: #FFFFFF;
  color: #000000;
  border: 0px solid #000000;
  padding: 0px;
}


/* -------------- */
	

/* BODY ID */



body#home a#homenav,
body#paintings a#paintingsnav,
body#contact a#contactnav{
color: #FF3300;
}









