body { 
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 14px;
color: #ffffff;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background: #d9d4ce;
}
a, a:visited, a:active {
color: #ff3b77;
text-decoration: none !important;
border: none !important;
}
a:hover {
color: #333333;
}
#container {
width: 960px;
height: auto;
height: auto;
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
#col1 {
width: 570px;
float: left;
position: relative;
}
#col2 {
width: 20px;
height: 100%;
position: relative;
float: left;
}
.linetop {
background-image: url(images/linetop.png);
background-repeat: repeat-y;
width: 20px;
height: 80px;
}
.linemid {
background-image: url(images/linemid.png);
background-repeat: repeat-y;
width: 20px;
height: 85%;
}
.linebot {
background-image: url(images/linebot.png);
background-repeat: repeat-y;
width: 20px;
height: 57px;
}
#col3 {
width: 260px;
float: left;
padding-left: 20px;
padding-right: 10px;
position: relative;
}
img.logo1 {
margin-top: 10px;
margin-top: 10px;
}
img.logo2 {
position: relative;
margin-bottom: 50px;
margin-top: 10px;
}
img {
border: none !important;
}

.title {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 24px;
color: #93917f;
width: 50%;
border-bottom: 1px #ffffff solid;
margin-bottom: 10px;
}
/* footer */
.clear { clear: both; }
#footer {
width: 100%;
position: relative;
}

/* work */
img.workthumb {
width: 550px;
height: 150px;
}
.worktitle {
width: 50%;
float: left;
}
.worktext {
height: 30px;
width: 540px;
background-color: #FFFFFF;
color: #ff3b77;
padding-top: 10px;
padding-left: 10px;
margin-top: -3px;
}
.worktextleft {
float: left;
}
.worktextright {
padding-right: 20px;
float: right;
text-align: right;
}


/* Easy Slider */
	#worknavwrapper {
	width: 550px;
	margin-top: 60px;
	}
	.worknav {
	width: 50%;
	float: right;
	text-align: right;
	}
	#workwrapper {
		height: 480px;
		width: 550px;
		overflow: hidden;
		clear: left;
	}
	#workwrapper ul, #workwrapper li{
		margin: 0px;
		padding:0px;
		border: none !important;
		list-style: none;
		}
	#workwrapper li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:550px;
		height:200px;
		}
	#prevBtn, #nextBtn{ 
		width:30px;
		height:30px;
		}	
														
	#prevBtn a, #nextBtn a{ 
	display: inline-block;
		width:30px;
		height:30px;
		background: url("images/btn_up.png");
		}	
	#nextBtn a{ 
		background: url("images/btn_down.png");
		}
	#prevBtn a:hover, #nextBtn a:hover {
		background-position: -30px 0;
	}

/* // Easy Slider */

/* twitter */
.pagetwitter ul, .pagetwitter li{
	margin-left: 15px;
}
