/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 16px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	margin-top: 40px;
	margin-left: 0px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:active { 
	color: #ff6600;
}
a:link {
	color: #000;

}
a:visited {
	color: #000;

}
a:hover {
	text-decoration: none;
	color: #ff6600;
	background-color: #;
}


a img { border: none; }

#menu {
	width: 115px;
	overflow: auto;
	top: 0px;
	bottom: 0px;
	left: 0;
	text-align:right;
	position: fixed;
	line-height: 15px;
	margin-left: 40px;
	margin-top: 0px;
	padding-right: 10px;
	padding-top: 40px;
	background-image:url('http://www.jiriseger.com/background/trans.png');}

#menu ul {
	list-style: none;
	text-align:right;
	margin: 0px 0px 0px 0px;
}

#menu ul li.section-title { 
	margin: 7px 0px 0px 0px;
}

#content {
    height: 100%;
    margin: 0 0 0 180px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 20px;
}

#content p { width: 200px; margin-bottom: 9px; }

p {
	margin: 0 0 9px 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 16px;
	color: #000;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.tableplace {   
	margin: -260px 0px 0px 0px;
}
.titleplace {  	
	color:#000; 
	margin: 0px 0px 0px 10px;
}

.title	{
	font-size: 60px;
	width: 40px;
	font-weight: 900;
	margin: -26px 0px 0px 10px;

}

.head	{
	font-size: 25px;
	font-family:helvetica, sans-serif;
	text-transform:lowercase;
	color:#ff0076;
	text-decoration: none;
	width: 570px;
	letter-spacing: 0px;
	line-height: 35px;
	font-weight: 900;
	margin: -418px 0px 5px 338px;
	padding: 0px;

}

.subhead	{
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	color: #000;
	text-decoration: none;
	margin-top: 40px;
	margin-left: 10px;
	width:470px;
	margin: 0px 0px 20px 338px;

}

.play	{
	font-size: 60px;
	font-family:helvetica, sans-serif;
	text-transform:lowercase;
	color:#fff;
	text-decoration: none;
	width: 400px;
	letter-spacing: 0px;
	line-height: 100px;
	font-weight: 900;
	margin: 0px 0px -10px 300px;
	padding: 0px;

}
.maintext	{
	font-size: 110px;
	font-family:helvetica, sans-serif;
	text-transform:lowercase;
	color:#0f6;
	text-decoration: none;
	width: 630px;
	letter-spacing: 0px;
	line-height: 110px;
	font-weight: 900;
	margin: -10px 0px 10px -5px;
	padding: 0px;

}
.profile	{
	font-size: 20px;
	color:#000;
	width: 400px;
	margin: 0px 0px 0px 350px;
	background-color: #fff;
	padding: 20px;
}

.introtext  {
	color:#000;
	width: 200px;
	letter-spacing: 0px;
	margin: 20px 0px 10px 0px;
	width: 250px;
}

.introtext2  {
	color:#000;
	width: 1100px;
	letter-spacing: 0px;
	margin: 250px 0px 10px 0px;
}

.jiriseger  {
	letter-spacing: 0px;
	color:#000;
	letter-spacing: 0px;
	margin: 0px 0px 17px 0px;
}


