/* CSS Document - Ed Power - 08/01/07 */

body		{
			background-color:#e7f0fc;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:0.7em;
			text-align:center;
			}
			
.wrapper	{
			margin:0 auto;
			width:800px;
			background-color:#fff;
			border:1px solid #CCCCCC;
			}
			
.photos		{
			width:760px;
			height:220px;
			background-color:#fff;
			}
			
.header		{
			margin:0 auto;
			width:760px;
			padding:10px;
			}
			
.footer		{
			margin:0 auto;
			width:760px;
			height:75px;
			border-top:1px dotted #006633;  
			padding-top:10px;      
			text-align:left;
			}

.buddah		{
			width:630px;
			float:left;
			}
			
.meltedmedia	{
			width:130px;
			float:right;
			margin-top:42px;
			}

.nav		{
			margin:0 auto;
			width:760px;
			height:24px;
			text-align:left;
			padding-left:-40px;
			background-color:#0099ee;
			}

html>/**/body .nav	
			{
			margin-top:15px;
			}
			
#col1		{

			}

#col2		{
			width:760px;
			}

p			{
			line-height:18px;
			text-align:left;
			}

html>/**/body p			
			{
			margin-top:20px;
			margin-bottom:20px;
			}
						
ul			{
			margin:5px;
			}

html>/**/body ul
			{
			margin-left:-35px;
			padding-top:5px;
			}
									
li			{
			list-style-type:none;
			padding-right:20px;
			display:inline;
			text-align:left;
			}

html>/**/body li
			{
			font-weight:bold;
			}

* html li 	{
			font-weight:bold;
			}
						
h1			{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:1.2em;
			text-align:left;
			}
	
html>/**/body h1
			{
			margin-bottom:20px;
			}
						
h2			{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:1.2em;
			text-align:left;
			}

a			{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:1.1em;
			color:#fff;
			text-decoration:none;
			border:none;
			}

a:hover		{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:1.1em;
			color:#000;
			text-decoration:none;
			}

#col2 a		{
			font-size:1em;
			color:#000;
			font-weight:bold;
			text-decoration:underline;
			}

#col2 a:hover
			{
			font-size:1em;
			color:#0099ee;
			text-decoration:underline;
			}
						
.txt		{
			display:list-item;
			color:#000;
			font-weight:normal;
			padding-top:10px;
			margin-left:-35px;
			}
				
.sub		{
			font-size:0.8em;
			width:738px;
			margin:0 auto;
			border:1px dotted #006633;  	
			padding:10px;		
			background-color:#e7f0fc;
			}
				
.sub li		{
			padding:5px;
			display:list-item;
			list-style:square;
			}

html>/**/body .sub li
			{
			font-weight:normal;
			}

* html .sub li
			{
			font-weight:normal;
			}
										
.sub ul		{
			margin:15px;
			margin-bottom:0;
			margin-left:30px;
			}

html>/**/body .sub ul
			{
			margin-left:-15px;
			}
			
.sub h2		{
			margin:0;
			}
						
.spacer		{
			width: 50px;
			}
			
.box		{
			width:172px;
			height:130px;
			background-image:url(images/box.gif);
			background-repeat:no-repeat;
			}