body{
	padding:0px;
	margin:0px;
}

	p{
		float:left;	
	}
#sidebar {
	height: 100%;
	width: 336px;
	position: fixed;
	left: 0px;
	top: 0px;
	display: block;
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #A64501;
	z-index: 0;
}
#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 230px;
	position: absolute;
	left: 53px;
	top: 100px;
}
#desc {
	background-image: url(../images/description.png);
	background-repeat: no-repeat;
	height: 278px;
	width: 300px;
	position: absolute;
	left: 18px;
	top: 200px;
}
#container {
	margin-bottom: 50px;
	padding-left: 338px;
	padding-right: 50px;
	width: 700px;
}
#link {
	background-image: url(../images/main_link.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 240px;
	position: absolute;
	left: 48px;
	top: 532px;
	cursor:pointer;
}
.split {
	background-image: url(../images/split_line.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 270px;
	position: absolute;
	left: 33px;
	display: block;
}

#link:hover{
	background-image: url(../images/main_link_hover.png);	
}
#social {
	width: 300px;
	position: absolute;
	left: 18px;
	top: 600px;
}
#facebook {
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 140px;
}
#facebook:hover{
	background-image: url(../images/facebook_hover.png);
}
#twitter {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 140px;
}
#twitter:hover{
	background-image: url(../images/twitter_hover.png);
	color: #533200;
}
#gplus {
	background-image: url(../images/gplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 140px;
}
#gplus:hover{
	background-image: url(../images/gplus_hover.png);
}
#blog {
	background-image: url(../images/blog.png);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 140px;
}
#blog:hover{
	background-image: url(../images/blog_hover.png);
}
.header {
	color: #CCC;
	font-family: "Gill Sans MT";
	font-size: 30px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 20px;
	text-transform: uppercase;
}
.img_square {
	height: 150px;
	width: 150px;
	overflow: hidden;
	border: 3px solid #CCC;
	border-radius:10px;
}
#return_plugin {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	padding: 10px;
	margin-left: 20px;
	margin-top: 20px;
}
#return_plugin a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-family:Verdana;
	color:#555;
}
#return_plugin a:hover{
	text-decoration:underline;	
}