@charset "UTF-8";
/* stylesheet for the motherfuckin talkpimp */



/*-------- Global Properties --------------*/
body {
	margin: 0;
	font-family: "Century Gothic", Lucida Grande, Verdana;
	color: #303030;
	background-image:url(img/speck.png);
	background-repeat:repeat;
}


a {
color: #b9684a;
text-decoration:none;
}

/*---------- Header --------------------*/

#top {
margin:0;
height: 60px;
background-image:url(img/bg.png);
background-repeat:repeat-x;

}

#title {
height: 60px;
margin: 0;
float:left;

}

#tag {
height:60px;
margin:0;
float:right;

}

#nav { 
height: 60px;
background-image:url(img/nav.png);
background-repeat:repeat-x;
text-align:left;
padding-top:6px;
padding-left: 15px;
clear:both;
margin-top:0px;
}

#nav a {
text-decoration:none;
}

/*-------------- Content ------------------------*/

#wrapper{
width: 820px;
margin-top: 60px;
margin-left: 5px;
}

#left {
	width: 225px;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main {
margin-top: 25px;
width:550px;
float:right;
}

#front {
width: 800px;
margin-top: 110px;
margin-right: auto;
margin-left: auto;
}

#form {
width: 500px;
float: right;
}

