/* screen */

body {
	font-family: Verdana, helvetica, sans-serif;
	background-color: #CCCCCC;
	background-image: url(idmabg.png);
	background-repeat: repeat;
	background-position: left top;
}

a {
	color:#ff00ff;
	text-decoration:none;
}
a.title {
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:line-through;
	cursor: pointer;
}

ul {
	color:#00CED1;
	list-style: none;
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	line-height:12px;
}

#container {
	margin:auto;
	width:550px;
	padding:0 0 25px 0;
	background-color:#ffffff;
	overflow: hidden;
}

#header {
	background-color:#444444;
	width:100%;
}

#footer {
	margin:0 auto 0 auto;
	width:550px; 
	background-color:#eeeeee;
	padding:12px 0 10px 0;
}
#footer p {
	text-align:justify;
	margin:0 10px 0 10px;
	font-size:11px;
}

#title {
	margin:-86px 0 0 0;
}

#case {
	font-size:11px;
	text-align:center;
	float:left;
	margin:20px 0 0 10px;
	color:#000000;
	width:315px;
	height:auto;
	border:1px solid #20B2AA;
}
#caseon {
	float:left;
	margin:20px 0 0 10px;
	height:auto;
	width:315px;
	border:1px dotted #20B2AA;
}
#none {
	float:left;
	margin:20px 0 0 10px;
	color:#000000;
	width:315px;
	height:350px;
	border:1px solid #20B2AA;
}
#none:before {
	content:"No Pictures";
	font-size:11px;
}

#sidebar {
	font-weight:normal;
	margin:15px 0 0 0;
	width:220px;
	float:right;
	font-size:11px;
	line-height:11px;
}

#image {
	margin:1px 1px 7px 1px;
}

.field {
	text-transform: uppercase;
	color: #00CED1;
}
