/* CSS Document */

body {
background-color: #e6e6e6;
}
a {
color: #000000;
font-weight: bold;
text-decoration: underline;
}
a:link {
}
a:hover {
color: #000000;
font-weight: bold;
text-decoration: none;
}
p {
font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0 45px 10px 15px;
}
#about {
margin: 35px 0 0 15px;
}
#about_text {
margin: 0 0 0 20px;
}
#index {
width: 750px;
text-align: center;
}
#flickr {
width: 300px;
margin-left: 55px;
text-align:left;
text-indent: 40px;
}
#flickr img{
	float: left;
	margin: 0 5px 5px 0;
	width: 50px;
	height: 50px;
	padding: 2px;
	border: 2px solid #FFFFFF;
	background: #fffefa;
	}
#flickr a:hover img {
	border-color: #FFFFFF;
	background: #ee8942;
	}
li {
list-style: upper-alpha;
font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0 45px 0 45px;
}
#mainbox {
width: 800px;
background-color: #FFFFFF;
}
#title {
margin: 10px 0 0 0px;
}
#work td{
padding: 15px;
}
.banner {
margin: 5px 0 5px 0;
}
.blog {
text-align: left;
width: 350px;
vertical-align: top;
}
.date {
font-size: x-small;
color:#FF6600;
}
.latest_news {
text-align: left;
vertical-align: top;
}
.left{
text-align: left;
text-indent: 0px;
}
.desktop {
text-align: left;
margin-left: 35px;
background: url("images/desktop/desktop_imagebg.gif") 0 0 no-repeat;
background-position: left;
}
.desktop img{
margin-left: 5px;
margin-right: 5px;
border: 2px solid #FFFFFF;
}
.desktop a:hover img{
border: 2px solid #000000;
}