/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FF9999;
	margin-top: 10px;
}
a {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
h1 {
	font-size: 36px;
	color: #000000;
	line-height: 36px;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 24px;
	color: #990000;
	text-align: center;
}
h3 {
	font-size: 14px;
	color: #000000;
}
#content {
	width: 900px;
	background: #FFFFFF;
	border: 1px solid #000;
	padding: 10px;
}
.tag {
	font-size: 11px;
	text-transform:capitalize;
	font-style: italic;
	line-height: 12px;
	text-align: center;
}
.gallery li {
        display: inline;
        list-style: none;
        width: 160px;
        min-height: 200px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
}
#clear {
	clear: both;
}
.tn {
	border: 1px dashed #000;
	width: 150px;
	height: 200px;
}
.doublegallery li {
        display: inline;
        list-style: none;
        width: 400px;
        min-height: 250px;
        float: left;
        margin: 0 10px 10px 0;
        text-align: center;
}