/* CSS Document: global.css

/* Client: Shanghai Cowgirl
		   www.shanghaicowgirl.com
		   
   Author: Noah Earle
   		   http://mynameisearle.com  */
		   

body{
	background:#000;
	margin:0px;
	padding:0px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:15px;
	}	

a{
	color:#646464;
	}

a:hover{
	color:#000000;
	}

img{
	border:0px;
	}
	
.shell{
	width:899px;
	margin:25px auto 0px auto;
	}

img.tag{
	float:right;
	margin:0px 15px 15px 0px;
	}

.header{
	clear:right;
	background:#fff;
	width:100%;
	height:55px;
	margin-bottom:2px;
	}
	
img.logo{
	margin:10px 0px 0px 15px;	
	float:left;
	}

.left{
	float:left;
	width:313px;
	height:425px;
	}

.right{
	float:left;
	background:#fff;
	width:554px;
	height:395px;
	padding:15px;
	margin:0px 0px 15px 2px;
	}
	
.footer{
	clear:both;
	}
	
img.legal{
	margin-left:15px;
	float:left;
	}

a.credit{
	display:block;
	float:right;
	margin-right:15px;
	background:	url(../imgs/credit.jpg) top left no-repeat;
	width:123px;
	height:10px;
	}

a:hover.credit{
	background:	url(../imgs/credit_over.jpg) top left no-repeat;
	}
	
	
img.gallery{
	float:left;
	margin-left:18px;
	margin-bottom:18px;
	border:4px #e4e4e4 solid;
	}

img.no_margin{
	margin-left:0px;
	}