/* CSS Document */

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}
ul,li {
	list-style-type:none;
}

body {margin: 0;
padding: 0;
font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16px;
background: #130A1A;
background-image:  url(images/tartan_masters_popup.gif);
background-repeat: repeat;
background-attachment: scroll;
border: 70px solid #130A1A;
}

p{margin-bottom: 18px;
text-indent: 10px;}

 a:link {
    text-decoration: none;
    font-weight: bold;
    color: #27153f;
}

    a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #130A1A;
}

   a:hover {
   text-decoration: none;
   font-weight: bold;
   color: #8C8991;
}

   a:active {
   text-decoration: none;
   font-weight: bold;
   color: #27153f;
}

div#footer {padding: 5%;
text-align: center;
font-size:10px;
clear: both;
border-top: 2px solid #130a1a;
background: transparent;
background-image: none;
color: #130a1a;
}

div#maincontent {padding-left: 12%;
padding-right: 12%;
line-height: 16px;
text-align: justify;
margin: 8%;
background: #e5e4e6;
color: #27153F;
border: 10px solid #130A1A;
}

H2{margin: 10px 0 0 0;
padding: 10px 0 10px 0;
font: 18px "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: center;
}

H3{
font-size: 10px;
font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}

H6{margin: 20px 0 20px 0;
padding: 5px 0 5px 0;
font-size: 10px;
font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-align: right;
line-height: 16px;
border-bottom: 2px solid #130a1a;
}

.fltlft { float: left;
width: 190px;
	margin-right: 8px;
	margin-left: 5px;
	padding: 2px 2px 2px 2px;
	border: 2px solid #130A1A;
}

.right {text-align: right;
font-size: 10px;
font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
line-height: 16px;
}

.center {text-align: center;
}

.textindent{text-indent: 10px;}


