@charset "UTF-8";
/* CSS Document */

html, body
{
	margin: 0;
	padding: 0;
	height: 100% !important;
	font-family: Times, Times New Roman, Georgia;
}

body
{
	min-height: 100%;
}

.line
{
	background-image: url(line.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 20px;
}

.space
{
	width: 10px;
}

td
{
	vertical-align: top
}

h1
{
	margin: 0 0 30px 0;
	font-size: 24px;
	font-weight: normal;
}

h2
{
	font-size: 14px;
	margin: 40px 0 10px 0;
	font-weight: normal;
}

h3
{
	width: 590px;
	background-image: url(images/lines7.jpg);
	padding: 5px;
	color: #000000;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
}

h4
{
	margin: 10px 0 0 0;
}


div
{
	margin: 0;
	padding: 0;
}

#table
{
	height: 100%;
	width: 100%;
}

#workTd
{
	height: 100%;
	overflow: hidden;
}

#work
{
	height: 100%;
	overflow:-moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
	
}

img
{
	margin-bottom: 10px;
	display: block;
}

p
{
	font-size: 10px;
	color: #737373;
	line-height: 14px;
}

.content
{
	width: 180px;

}

.content a
{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #CCCCCC solid;
}

a:hover
{
	background-color: #000000;
	color: #FFFFFF;
}

#top
{
	background-image: url(images/antilogo3.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color:#000000;
	height: 40px;
	color: #ffffff;
	text-align:right;
	font-size:11px;
	padding:20px 23px 0 0;
}

#top a:hover {
	/*text-decoration:underline;*/
}

#top a,
#top a:visited
{
	color:#FFF;
	text-decoration:none;
}

#top img
{
	display:inline;
	margin:0 5px 0 15px;
	padding:0;
}

.social
{
	display:inline;
	float:right;
	width:120px;
	height:26px;
}

#top #facebook
{
	padding:10px 0 0 0;
}

#top #twitter
{
	padding:10px 0 0 0;
}

#top #appstore
{
}

.links
{
	line-height: 16px;
	font-size: 10px;
}

.video
{
	margin-bottom: 10px;
}

.heading
{
	display: block;
	width: 590px;
	background-image: url(images/lines7.jpg);
	padding: 5px;
	color: #000000;
	margin: 0 0 10px 0;
	font-size: 16px;
	height: 15px;
	border: none;
}

.heading:hover
{
	color:#000000;
}

.heading .title
{
	font-weight: normal;
	font-size: 15px;
	display: block;
	float: left;
}

.heading .date
{
	font-weight: normal;
	display: block;
	float: right;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px 4px;
}

.star
{
	color: #FF0000;
	font-size: 14;
}

.imagetext
{
	width: 600px;
	display: block;
	font-size: 10px;
	text-align: right;
	margin-bottom: 20px;
}

