/* Cvm Patientia, by Zac Shiffer, http://www.cvmpatientia.com */
/* All associated graphics and artwork Copyright 2008, Zac Shiffer */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. */
    
/*--------------------------------------------------------------------------*/

/* Default Elements */

body { 
	background: #000000 url(/images/bg_brotherlylove.jpg) no-repeat top left;
	margin: 0px; 
	padding: 0px;
	text-align: left;
	}

/* Structure */

#container {
	width: 950px;
	min-height: 900px;
	height: auto;
	text-align: left;
	_height: 900px;
	}
	
#container1 {
	background: url(/images/bg_gallery.jpg) no-repeat top;	
	width: 873px;
	min-height: 900px;
	height: auto;
	text-align: left;
	_height: 900px;
	}
	
#leftcontent {
	width: 205px;
	padding-left: 34px;
	padding-right: 55px;
	padding-top: 360px;
	float: left;
	_width: 294px;
	}
	
#originals_prints {
	width: 205px;
	padding-top: 35px;
	float: left;
	}
	
#rightcontent {
	width: 656px;
	padding-top: 267px;
	float: right;
	text-align: left;
	}

#watercolor {
	width: 656px;
	padding-top: 30px;
	float: left;
	}
	
#digital {
	width: 656px;
	padding-top: 30px;
	float: left;
	}

div.thumb {
  	float: left;
  	width: 69px;
  	height: 69px;
  	padding-bottom: 10px;
  	padding-right: 10px;
  	_width: 79px;
  	_height: 79px;
  	}
  	
#footer {
	width: 579px;
	height: 25px;
	padding-top: 40px;
	clear: both;
	text-align: left;
	padding-left: 294px;
	_width: 873px;
	_height: 60px; 
	}
	
/* Text */
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #d5d4d4;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #979797;
	}
	
.main a:link {color: #ab000b; text-decoration: none;}
.main a:visited {color: #ab000b; text-decoration: none;}
.main a:active {color: #ab000b; text-decoration: none;}
.main a:hover {color: #FFFFFF; text-decoration: none;}

.gray_small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #464646;
	}

.footertype {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #979797;
	}

.footertype a:link {color: #ab000b; text-decoration: none;}
.footertype a:visited {color: #ab000b; text-decoration: none;}
.footertype a:active {color: #ab000b; text-decoration: none;}
.footertype a:hover {color: #FFFFFF; text-decoration: none;}

.opacity img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
	border: 1px solid #616060;
	}

.opacity:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 0.4;
	border: 1px solid #ab000b;
	}
