/* gallery styles */

#gallery ul {
	list-style-type: square;
	list-style-image: url(../assets/images/reddiamond.gif);
	
}

#gallery ul li {
font-weight: bold;
}

#gallery ul li a:hover {
text-decoration: underline;
}

blockquote {
margin-left: 200px;
}

.gall img {
float: left;
margin-right: 30px;

}

p {
font-weight: normal;
}

#twocolumn {
position: relative;
}

#columnone {
width: 400px;
}

#columntwo {
width: 380px;
position: absolute;
top: 0;
left: 410px;
}

