html,body{
	margin:0px;
	padding:0px;
	background-color:#fefff9;
	text-align:center;
	font-family:'Myriad Pro', Arial, Helvetica;
}

h1{
	margin:0px;
	padding:0px;
	color:#9a231d;
	font-size:13px;
	font-family:'Myriad Pro', Arial, Helvetica;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}

h2{
	margin:0px;
	padding:0px;
	font-size:13px;
	color:#8e8f8a;
}

h3{
	margin:0px;
	padding:0px;
	font-size:13px;
}

a:link,
a:active,
a:visited{
	color:#8f8f91;
}

a:hover{
	color:#8cc6d1;
	text-decoration:none;
}

a img{
	text-decoration:none;
	border:0;
}

p{
	line-height:1.4em;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#8b8c87;
	margin-bottom:10px;
}

div#container{
	width:795px;
	height:612px;
	margin:0 auto;
	margin-top:25px;
	text-align:left;
	border:1px solid #aae5f3;
}

div#content{
	float:left;
	width:795px;
	height:612px;
}

div.pd{
	padding:10px;
}

div#content-row-1{
	height:141px;
	width:795px;
	border-bottom:1px solid #aae5f3;
}

	div#logo{
		float:left;
		height:141px;
		width:246px;
		border-right:1px solid #aae5f3;
		background-image:url('../images/tribalddbsg_logo.png');
		background-repeat: no-repeat;
	}
	
	div#tweet{
		height:141px;
		width:546px;
		float:right;
	}
		div#tweet h1{
			display:inline;
			margin-bottom:15px;
		}
		
		div#tweet #followus img{
			margin-bottom:-1px;
		}
		
		p#latest-tweet{
			margin-top:8px;
			font-size:23px;
			line-height:1.3em;
		}

div#content-row-2{
	height:308px;
	width:795px;
	border-bottom:1px solid #aae5f3;
}

	div#info{
		float:left;
		width:320px;
		height:308px;
		border-right:1px solid #aae5f3;
	}
	
		div#info h3,
		div#info p{
			color:#8cc6d1;
			line-height:1.5em;
		}
	
	div#works{
		float:right;
		width:472px;
		height:308px;
	}
	
		ul#works-icons{
			margin:0px;
			padding:0px;
			padding-top:15px;
		}
		
		ul#works-icons li{
			display:block;
			height:52px;
			width:72px;
			float:left;
			text-align:center;
		}
		
	dl#works-list{
            margin:0px;
            padding:0px;
        }
        
            dl#works-list dt{
                margin:0px;
                padding:0px;
                border-top:1px solid #b0e8e9;
                float:left;
                width:90px;
                /*font-size:12px;*/
				font-size:11px;
                text-transform:uppercase;
                color:#8d8d8b;
                margin: 0 0 0 0;
                /*padding: .5em;*/
				padding: .7em;
                clear:both;
            }
            dl#works-list dd{
                margin:0px;
                padding:0px;
                border-top:1px solid #b0e8e9;
                float:left;
                /*font-size:12px;*/
				font-size:11px;
                color:#8d8d8b;
                width:320px;
                margin: 0 0 0 0;
                /*padding: .5em;*/
				padding: .7em;
            }

div#content-row-3{
	height:163px;
	width:795px;
}
	
	div#random{
		float:right;
		width:246px;
		height:162px;
		/*border-right:1px solid #aae5f3;*/
	}
	
	div#random .pd{
		padding:8px;
	}
	
	div#bulletin{
		width:542px;
		height:162px;
		float:left;
	}
		
		div#bulletin .pd{
			padding-bottom:5px;
		}
		
		
		div#bulletin-text{
			float:left;
			width:294px;
			height:162px;
			border-right:1px solid #aae5f3;
		}
		
		div#bulletin-image{
			float:left;
			width:252px;
			height:161px;
			background-image:url('../images/bulletin-image.jpg');
			background-position:center;
		}
		
		div#bulletin-image2{
			float:right;
			width:246px;
			height:161px;
			background-image:url('../images/bulletin-image-2.jpg');
			background-position:center;
		}

		div#bulletin-image a{
			display: block;
			width:252px;
			height:161px;
		}

div#sidebar{
	float:right;
	width:208px;
	height:612px;
	border-left:1px solid #aae5f3;
}

	div#news{
		height:141px;
		border-bottom:1px solid #aae5f3;
	}
	
	div#frequency{
		height:242px;
		border-bottom:1px solid #aae5f3;
	}
	div#paper{
		height:113px;
		border-bottom:1px solid #aae5f3;
	}
	div#social{
		height:110px;
	}
.clear{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:0px;
}
