/*
	General
*/
*
	{
	padding: 0;
	margin: 0;
	}

img
	{
	border: none;
	}


a /* for Firefox*/
	{
	outline: none;
	}

a:visited
	{
	}


/* 
	Layout
*/
body
	{
	font-family: Arial, Tahoma, Verdana;
	font-size: 62.5%; /* 1em = 10pt */
	}

/*
	Header
*/
.big
	{
	font-size: 35pt;
	margin-bottom: 20px;
	margin-left: 10px;
	border-bottom: 2px solid #e0e6e0;
	}

.anti
	{
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: red;
	}

.design
	{
	font-family: Georgia, Times New Roman, serif;
	text-decoration: line-through;
	font-size: 110%;
	}
.sumyua
	{
	font-family: Courier;
	}

/*
	Content
*/
#content
	{	
	padding: 10px 5% 0 5%;
	}
	
#content .image
	{
	float: left;
	width: 155px;
	height: 155px;
	margin: 5px;
	text-align: center;
	border: 1px solid gray;	
	background-color: #EBEBEB;
	background-repeat: no-repeat;
	background-position: center center;
	}

#content .image a
	{
	display: block;
	width: 155px;
	height: 155px;
	}

/*
	Footer
*/
#footer
	{
	clear: both;
	font-size: 1.2em;
	padding: 10px
	}