/*************************
      Body
**************************/
body {
       background: URL('images/fundo.jpg') repeat-x #310802;
       font: 12px verdana;
	   color: #990000;
	   text-align: justify;
}

a img {
       border: none;
}

#main table {
       display: block;
       font: 10px verdana;
}

a {
       color: #FFFFFF;
       text-decoration: none;
	   font-weight: bold;
}

a:hover {
       color: #990000;
       text-decoration: underline overline;
}

.title1 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

.textLink {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

.smallwhite {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.small {
	font-size: 10px;
	color: #990000;
}

/*************************
      Main Page
**************************/


.content_hold {
       width: 100%;
       position: absolute;
       top: 100px;
       text-align: center;
}

.container_hold {
	margin: 0 auto 0 auto;
	width: 900px;
	background: none;

}

.container_body {
	margin: 0 auto 0 auto;
	width: 900px;
	padding-top: 15px;
	background-color: #F0D5A0;
	background-image: url(images/fundo_body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


.container {
       width: 800px;
       margin: 0 auto;
	   text-align: justify;
	   background-image: url(images/fundo_main.jpg);
	   background-repeat: no-repeat;
}


.footer {
	background-color: #F0D5A0;
	background-image: url(images/fundo_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 89px;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 95px;
	text-align: center;
	font-size: 10px;

}

/*************************
		Art Portfolio Links
**************************/

.nav_hold {
       width: 900px;
	   height: 174px;
	   top: -20px;
       position: absolute;
	   background-image: url(images/fundo_nav.jpg);

}


.nav {
       width: 765px;
       margin: 0px auto;
       text-align: right;
       z-index: 50;
}

/*************************
		Main
**************************/

.sidebar_basic {
	position: absolute;
	left: -210px;
	width: 200px;
	overflow: auto;
	text-align:center;
	float: top left;
}

.updates {
	position: relative;
	left: 100px;
	height: 150px;
	width: 350px;
	background-image: url(images/fundo_updates.gif);
}

.updates_text {
	position: relative;
	top: 15px;
	left: 15px;
	height: 120px;
	width: 310px;
	overflow: auto;
	text-align: justify;
}

.moldura {
	position: absolute;
	left: -210px;
	width: 200px;
	overflow: auto;
	text-align:center;
	float: top left;
	background: url(images/moldura.gif) no-repeat;
	background-position: bottom center;
}

.moldura_text {
	position: relative;
	left: 28px;
	height: 255px;
	width: 145px;
	overflow: auto;
	text-align:justify;
}

.main {
	position: relative;
	left: 215px;
	top: 50px;
	display: block;
	width: 570px;
	text-align: justify;
	background-position: top right;
	background-repeat: no-repeat;
}

.display_picture {
	position: relative;
	top: 150px;
	width: 800px;
	text-align: center;
}

.logo{
       position: absolute;
	   top:10px;
	   left:65px;
	   float:left;
}
