﻿/* this style sheet is attached to default.asp ONLY */

div.half,
div.divider {
	height:200px;
	float:left;
}

div.half {
	width:460px;
	padding-bottom:10px;
}

div.divider {
	width:65px;
	background:transparent url('../inc/divider_bg.gif') repeat-y;
}

div.welcome_photo {
	font-size:.75em;
	width:250px;
	float:left;
	color:silver;
}

div.welcome_photo img {
	border:1px silver solid;
	margin-bottom:4px;
}	


div.welcome_spec a.more {
	text-align:right;
	display:block;
	width:210px;
	color:#f29708;
	font-size:.8em;
}

div.welcome_spec a.more:hover {
	text-decoration:underline;
}